Html Css Color HEX #ED4336 Cinnabar

📋 copy color: '#ED4336'

red 237 ◦ green 67 ◦ blue 54

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

Shades of Cinnabar #ED4336

Tints of Cinnabar #ED4336

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.72%

 BLUE value IS 54 (21.48% from 255) = 15.08%

R = 66.2%
G = 18.72%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#ED4336 (or 0xED4336) is known color: Cinnabar. HEX triplet: ED, 43 and 36. RGB value is (237,67,54). Sum of RGB (Red+Green+Blue) = 237+67+54=358 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.20% from 358); Green value is 67 (26.56% from 255 or 18.72% from 358); Blue value is 54 (21.48% from 255 or 15.08% from 358); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4336 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4336 is #12BCC9. Grayscale: #747474. Windows color (decimal): -1227978 or 3556333. OLE color: 3556333.

HSL color Cylindrical-coordinate representation of color #ED4336: hue angle of 4.26º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ED4336 is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 67 54 -
CMYK 0 0.72 0.77 0.07
HSL 4.26º 0.84% 0.57% -
HSV(B) 4.26º 0.77% 0.93% -
XYZ 37.6 22.29 5.81 -
YUV 116.35 92.82 214.06 -
System Red Green Blue C M Y K H S L
Decimal 237 67 54 0 0.72 0.77 0.07 4.26 0.84 0.57
Hex ED 43 36 0 48 4D 7 4 54 39
Octal 355 103 66 0 110 115 7 4 124 71
Binary 11101101 1000011 110110 0 1001000 1001101 111 100 1010100 111001

Color Harmonies of #ED4336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4336

Black with #ED4336

Text Example


Text Example

White with #ED4336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4336; }

 p { color: rgb(237,67,54); }

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

background-color css

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

 a { background-color: rgb(237,67,54); }

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

border-color css

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

 span { border-color: rgb(237,67,54); }

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