Html Css Color HEX #ED351F Cinnabar

📋 copy color: '#ED351F'

red 237 ◦ green 53 ◦ blue 31

#ED351F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cinnabar #ED351F

Tints of Cinnabar #ED351F

RGB

 RED value IS 237 (92.97% from 255) = 73.83%

 GREEN value IS 53 (21.09% from 255) = 16.51%

 BLUE value IS 31 (12.5% from 255) = 9.66%

R = 73.83%
G = 16.51%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.87

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#ED351F (or 0xED351F) is known color: Cinnabar. HEX triplet: ED, 35 and 1F. RGB value is (237,53,31). Sum of RGB (Red+Green+Blue) = 237+53+31=321 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.83% from 321); Green value is 53 (21.09% from 255 or 16.51% from 321); Blue value is 31 (12.5% from 255 or 9.66% from 321); Max value from RGB is 237 - color contains mainly: red. Hex color #ED351F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED351F is #12CAE0. Grayscale: #696969. Windows color (decimal): -1231585 or 2045421. OLE color: 2045421.

HSL color Cylindrical-coordinate representation of color #ED351F: hue angle of 6.41º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ED351F is Cyan = 0, Magento = 0.78, Yellow = 0.87 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 53 31 -
CMYK 0 0.78 0.87 0.07
HSL 6.41º 0.85% 0.53% -
HSV(B) 6.41º 0.87% 0.93% -
XYZ 36.45 20.65 3.36 -
YUV 105.51 85.96 221.79 -
System Red Green Blue C M Y K H S L
Decimal 237 53 31 0 0.78 0.87 0.07 6.41 0.85 0.53
Hex ED 35 1F 0 4E 57 7 6 55 35
Octal 355 65 37 0 116 127 7 6 125 65
Binary 11101101 110101 11111 0 1001110 1010111 111 110 1010101 110101

Color Harmonies of #ED351F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED351F

Black with #ED351F

Text Example


Text Example

White with #ED351F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED351F; }

 p { color: rgb(237,53,31); }

 H1.HeaderClassName
 {
   color: #ED351F;
 }
 .AnyTagClassName
 {
   color: #ED351F;
 }
</style>

background-color css

<style>
 a { background-color: #ED351F; }

 a { background-color: rgb(237,53,31); }

 div.DivClassName
 {
   background-color: #ED351F;
 }
 .BgClassName
 {
   background-color: #ED351F;
 }
</style>

border-color css

<style>
 span { border-color: #ED351F; }

 span { border-color: rgb(237,53,31); }

 td.TdClassName
 {
   border-color: #ED351F;
 }
 .TagClassName
 {
   border-color: #ED351F;
 }
</style>