Html Css Color HEX #ED3E28 Cinnabar

📋 copy color: '#ED3E28'

red 237 ◦ green 62 ◦ blue 40

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

Shades of Cinnabar #ED3E28

Tints of Cinnabar #ED3E28

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.29%

 BLUE value IS 40 (16.02% from 255) = 11.8%

R = 69.91%
G = 18.29%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#ED3E28 (or 0xED3E28) is known color: Cinnabar. HEX triplet: ED, 3E and 28. RGB value is (237,62,40). Sum of RGB (Red+Green+Blue) = 237+62+40=339 (44% of max value = 765). Red value is 237 (92.97% from 255 or 69.91% from 339); Green value is 62 (24.61% from 255 or 18.29% from 339); Blue value is 40 (16.02% from 255 or 11.80% from 339); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3E28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3E28 is #12C1D7. Grayscale: #707070. Windows color (decimal): -1229272 or 2637549. OLE color: 2637549.

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

Color convert

RGB 237 62 40 -
CMYK 0 0.74 0.83 0.07
HSL 6.7º 0.85% 0.54% -
HSV(B) 6.7º 0.83% 0.93% -
XYZ 37.03 21.6 4.23 -
YUV 111.82 87.48 217.29 -
System Red Green Blue C M Y K H S L
Decimal 237 62 40 0 0.74 0.83 0.07 6.7 0.85 0.54
Hex ED 3E 28 0 4A 53 7 7 55 36
Octal 355 76 50 0 112 123 7 7 125 66
Binary 11101101 111110 101000 0 1001010 1010011 111 111 1010101 110110

Color Harmonies of #ED3E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3E28

Black with #ED3E28

Text Example


Text Example

White with #ED3E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3E28; }

 p { color: rgb(237,62,40); }

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

background-color css

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

 a { background-color: rgb(237,62,40); }

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

border-color css

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

 span { border-color: rgb(237,62,40); }

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