Html Css Color HEX #ED2A20 Cinnabar

📋 copy color: '#ED2A20'

red 237 ◦ green 42 ◦ blue 32

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

Shades of Cinnabar #ED2A20

Tints of Cinnabar #ED2A20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.29%

R = 76.21%
G = 13.5%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ED2A20 (or 0xED2A20) is known color: Cinnabar. HEX triplet: ED, 2A and 20. RGB value is (237,42,32). Sum of RGB (Red+Green+Blue) = 237+42+32=311 (41% of max value = 765). Red value is 237 (92.97% from 255 or 76.21% from 311); Green value is 42 (16.80% from 255 or 13.50% from 311); Blue value is 32 (12.89% from 255 or 10.29% from 311); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2A20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2A20 is #12D5DF. Grayscale: #636363. Windows color (decimal): -1234400 or 2108141. OLE color: 2108141.

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

Color convert

RGB 237 42 32 -
CMYK 0 0.82 0.86 0.07
HSL 2.93º 0.85% 0.53% -
HSV(B) 2.93º 0.86% 0.93% -
XYZ 36.01 19.76 3.28 -
YUV 99.17 90.1 226.31 -
System Red Green Blue C M Y K H S L
Decimal 237 42 32 0 0.82 0.86 0.07 2.93 0.85 0.53
Hex ED 2A 20 0 52 56 7 3 55 35
Octal 355 52 40 0 122 126 7 3 125 65
Binary 11101101 101010 100000 0 1010010 1010110 111 11 1010101 110101

Color Harmonies of #ED2A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2A20

Black with #ED2A20

Text Example


Text Example

White with #ED2A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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