Html Css Color HEX #ED4024 Cinnabar

📋 copy color: '#ED4024'

red 237 ◦ green 64 ◦ blue 36

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

Shades of Cinnabar #ED4024

Tints of Cinnabar #ED4024

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.99%

 BLUE value IS 36 (14.45% from 255) = 10.68%

R = 70.33%
G = 18.99%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#ED4024 (or 0xED4024) is known color: Cinnabar. HEX triplet: ED, 40 and 24. RGB value is (237,64,36). Sum of RGB (Red+Green+Blue) = 237+64+36=337 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.33% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 36 (14.45% from 255 or 10.68% from 337); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4024 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4024 is #12BFDB. Grayscale: #707070. Windows color (decimal): -1228764 or 2375917. OLE color: 2375917.

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

Color convert

RGB 237 64 36 -
CMYK 0 0.73 0.85 0.07
HSL 8.36º 0.85% 0.54% -
HSV(B) 8.36º 0.85% 0.93% -
XYZ 37.08 21.8 3.92 -
YUV 112.54 84.81 216.78 -
System Red Green Blue C M Y K H S L
Decimal 237 64 36 0 0.73 0.85 0.07 8.36 0.85 0.54
Hex ED 40 24 0 49 55 7 8 55 36
Octal 355 100 44 0 111 125 7 10 125 66
Binary 11101101 1000000 100100 0 1001001 1010101 111 1000 1010101 110110

Color Harmonies of #ED4024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4024

Black with #ED4024

Text Example


Text Example

White with #ED4024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4024; }

 p { color: rgb(237,64,36); }

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

background-color css

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

 a { background-color: rgb(237,64,36); }

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

border-color css

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

 span { border-color: rgb(237,64,36); }

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