Html Css Color HEX #ED3A24 Cinnabar

📋 copy color: '#ED3A24'

red 237 ◦ green 58 ◦ blue 36

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

Shades of Cinnabar #ED3A24

Tints of Cinnabar #ED3A24

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.52%

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

R = 71.6%
G = 17.52%
B = 10.88%

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

#ED3A24 (or 0xED3A24) is known color: Cinnabar. HEX triplet: ED, 3A and 24. RGB value is (237,58,36). Sum of RGB (Red+Green+Blue) = 237+58+36=331 (43% of max value = 765). Red value is 237 (92.97% from 255 or 71.60% from 331); Green value is 58 (23.05% from 255 or 17.52% from 331); Blue value is 36 (14.45% from 255 or 10.88% from 331); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3A24 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3A24 is #12C5DB. Grayscale: #6D6D6D. Windows color (decimal): -1230300 or 2374381. OLE color: 2374381.

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

Color convert

RGB 237 58 36 -
CMYK 0 0.76 0.85 0.07
HSL 6.57º 0.85% 0.54% -
HSV(B) 6.57º 0.85% 0.93% -
XYZ 36.76 21.16 3.82 -
YUV 109.01 86.8 219.29 -
System Red Green Blue C M Y K H S L
Decimal 237 58 36 0 0.76 0.85 0.07 6.57 0.85 0.54
Hex ED 3A 24 0 4C 55 7 7 55 36
Octal 355 72 44 0 114 125 7 7 125 66
Binary 11101101 111010 100100 0 1001100 1010101 111 111 1010101 110110

Color Harmonies of #ED3A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3A24

Black with #ED3A24

Text Example


Text Example

White with #ED3A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3A24; }

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

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

background-color css

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

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

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

border-color css

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

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

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