Html Css Color HEX #ED3F24 Cinnabar

📋 copy color: '#ED3F24'

red 237 ◦ green 63 ◦ blue 36

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

Shades of Cinnabar #ED3F24

Tints of Cinnabar #ED3F24

RGB

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

 GREEN value IS 63 (25% from 255) = 18.75%

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

R = 70.54%
G = 18.75%
B = 10.71%

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

#ED3F24 (or 0xED3F24) is known color: Cinnabar. HEX triplet: ED, 3F and 24. RGB value is (237,63,36). Sum of RGB (Red+Green+Blue) = 237+63+36=336 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.54% from 336); Green value is 63 (25% from 255 or 18.75% from 336); Blue value is 36 (14.45% from 255 or 10.71% from 336); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3F24 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3F24 is #12C0DB. Grayscale: #707070. Windows color (decimal): -1229020 or 2375661. OLE color: 2375661.

HSL color Cylindrical-coordinate representation of color #ED3F24: hue angle of 8.06º 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 #ED3F24 is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 63 36 -
CMYK 0 0.73 0.85 0.07
HSL 8.06º 0.85% 0.54% -
HSV(B) 8.06º 0.85% 0.93% -
XYZ 37.02 21.69 3.9 -
YUV 111.95 85.15 217.2 -
System Red Green Blue C M Y K H S L
Decimal 237 63 36 0 0.73 0.85 0.07 8.06 0.85 0.54
Hex ED 3F 24 0 49 55 7 8 55 36
Octal 355 77 44 0 111 125 7 10 125 66
Binary 11101101 111111 100100 0 1001001 1010101 111 1000 1010101 110110

Color Harmonies of #ED3F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3F24

Black with #ED3F24

Text Example


Text Example

White with #ED3F24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3F24; }

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

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

background-color css

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

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

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

border-color css

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

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

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