Html Css Color HEX #ED4420 Cinnabar

📋 copy color: '#ED4420'

red 237 ◦ green 68 ◦ blue 32

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

Shades of Cinnabar #ED4420

Tints of Cinnabar #ED4420

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.18%

 BLUE value IS 32 (12.89% from 255) = 9.5%

R = 70.33%
G = 20.18%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ED4420 (or 0xED4420) is known color: Cinnabar. HEX triplet: ED, 44 and 20. RGB value is (237,68,32). Sum of RGB (Red+Green+Blue) = 237+68+32=337 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.33% from 337); Green value is 68 (26.95% from 255 or 20.18% from 337); Blue value is 32 (12.89% from 255 or 9.50% from 337); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4420 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4420 is #12BBDF. Grayscale: #727272. Windows color (decimal): -1227744 or 2114797. OLE color: 2114797.

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

Color convert

RGB 237 68 32 -
CMYK 0 0.71 0.86 0.07
HSL 10.54º 0.85% 0.53% -
HSV(B) 10.54º 0.86% 0.93% -
XYZ 37.25 22.24 3.7 -
YUV 114.43 81.49 215.43 -
System Red Green Blue C M Y K H S L
Decimal 237 68 32 0 0.71 0.86 0.07 10.54 0.85 0.53
Hex ED 44 20 0 47 56 7 B 55 35
Octal 355 104 40 0 107 126 7 13 125 65
Binary 11101101 1000100 100000 0 1000111 1010110 111 1011 1010101 110101

Color Harmonies of #ED4420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4420

Black with #ED4420

Text Example


Text Example

White with #ED4420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4420; }

 p { color: rgb(237,68,32); }

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

background-color css

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

 a { background-color: rgb(237,68,32); }

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

border-color css

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

 span { border-color: rgb(237,68,32); }

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