Html Css Color HEX #ED2A28 Cinnabar

📋 copy color: '#ED2A28'

red 237 ◦ green 42 ◦ blue 40

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

Shades of Cinnabar #ED2A28

Tints of Cinnabar #ED2A28

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.17%

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

R = 74.29%
G = 13.17%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#ED2A28 (or 0xED2A28) is known color: Cinnabar. HEX triplet: ED, 2A and 28. RGB value is (237,42,40). Sum of RGB (Red+Green+Blue) = 237+42+40=319 (42% of max value = 765). Red value is 237 (92.97% from 255 or 74.29% from 319); Green value is 42 (16.80% from 255 or 13.17% from 319); Blue value is 40 (16.02% from 255 or 12.54% from 319); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2A28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2A28 is #12D5D7. Grayscale: #646464. Windows color (decimal): -1234392 or 2632429. OLE color: 2632429.

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

Color convert

RGB 237 42 40 -
CMYK 0 0.82 0.83 0.07
HSL 0.61º 0.85% 0.54% -
HSV(B) 0.61º 0.83% 0.93% -
XYZ 36.14 19.81 3.93 -
YUV 100.08 94.1 225.66 -
System Red Green Blue C M Y K H S L
Decimal 237 42 40 0 0.82 0.83 0.07 0.61 0.85 0.54
Hex ED 2A 28 0 52 53 7 1 55 36
Octal 355 52 50 0 122 123 7 1 125 66
Binary 11101101 101010 101000 0 1010010 1010011 111 1 1010101 110110

Color Harmonies of #ED2A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2A28

Black with #ED2A28

Text Example


Text Example

White with #ED2A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2A28; }

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

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

background-color css

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

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

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

border-color css

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

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

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