Html Css Color HEX #ED3924 Cinnabar

📋 copy color: '#ED3924'

red 237 ◦ green 57 ◦ blue 36

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

Shades of Cinnabar #ED3924

Tints of Cinnabar #ED3924

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.27%

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

R = 71.82%
G = 17.27%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#ED3924 (or 0xED3924) is known color: Cinnabar. HEX triplet: ED, 39 and 24. RGB value is (237,57,36). Sum of RGB (Red+Green+Blue) = 237+57+36=330 (43% of max value = 765). Red value is 237 (92.97% from 255 or 71.82% from 330); Green value is 57 (22.66% from 255 or 17.27% from 330); Blue value is 36 (14.45% from 255 or 10.91% from 330); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3924 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3924 is #12C6DB. Grayscale: #6C6C6C. Windows color (decimal): -1230556 or 2374125. OLE color: 2374125.

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

Color convert

RGB 237 57 36 -
CMYK 0 0.76 0.85 0.07
HSL 6.27º 0.85% 0.54% -
HSV(B) 6.27º 0.85% 0.93% -
XYZ 36.71 21.06 3.8 -
YUV 108.43 87.13 219.71 -
System Red Green Blue C M Y K H S L
Decimal 237 57 36 0 0.76 0.85 0.07 6.27 0.85 0.54
Hex ED 39 24 0 4C 55 7 6 55 36
Octal 355 71 44 0 114 125 7 6 125 66
Binary 11101101 111001 100100 0 1001100 1010101 111 110 1010101 110110

Color Harmonies of #ED3924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3924

Black with #ED3924

Text Example


Text Example

White with #ED3924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3924; }

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

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

background-color css

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

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

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

border-color css

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

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

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