Html Css Color HEX #ED3624 Cinnabar

📋 copy color: '#ED3624'

red 237 ◦ green 54 ◦ blue 36

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

Shades of Cinnabar #ED3624

Tints of Cinnabar #ED3624

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.51%

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

R = 72.48%
G = 16.51%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#ED3624 (or 0xED3624) is known color: Cinnabar. HEX triplet: ED, 36 and 24. RGB value is (237,54,36). Sum of RGB (Red+Green+Blue) = 237+54+36=327 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.48% from 327); Green value is 54 (21.48% from 255 or 16.51% from 327); Blue value is 36 (14.45% from 255 or 11.01% from 327); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3624 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3624 is #12C9DB. Grayscale: #6A6A6A. Windows color (decimal): -1231324 or 2373357. OLE color: 2373357.

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

Color convert

RGB 237 54 36 -
CMYK 0 0.77 0.85 0.07
HSL 5.37º 0.85% 0.54% -
HSV(B) 5.37º 0.85% 0.93% -
XYZ 36.56 20.77 3.75 -
YUV 106.67 88.13 220.96 -
System Red Green Blue C M Y K H S L
Decimal 237 54 36 0 0.77 0.85 0.07 5.37 0.85 0.54
Hex ED 36 24 0 4D 55 7 5 55 36
Octal 355 66 44 0 115 125 7 5 125 66
Binary 11101101 110110 100100 0 1001101 1010101 111 101 1010101 110110

Color Harmonies of #ED3624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3624

Black with #ED3624

Text Example


Text Example

White with #ED3624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3624; }

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

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

background-color css

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

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

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

border-color css

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

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

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