Html Css Color HEX #ED2920 Cinnabar

📋 copy color: '#ED2920'

red 237 ◦ green 41 ◦ blue 32

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

Shades of Cinnabar #ED2920

Tints of Cinnabar #ED2920

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.23%

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

R = 76.45%
G = 13.23%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ED2920 (or 0xED2920) is known color: Cinnabar. HEX triplet: ED, 29 and 20. RGB value is (237,41,32). Sum of RGB (Red+Green+Blue) = 237+41+32=310 (41% of max value = 765). Red value is 237 (92.97% from 255 or 76.45% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 32 (12.89% from 255 or 10.32% from 310); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2920 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2920 is #12D6DF. Grayscale: #626262. Windows color (decimal): -1234656 or 2107885. OLE color: 2107885.

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

Color convert

RGB 237 41 32 -
CMYK 0 0.83 0.86 0.07
HSL 2.63º 0.85% 0.53% -
HSV(B) 2.63º 0.86% 0.93% -
XYZ 35.98 19.69 3.27 -
YUV 98.58 90.43 226.73 -
System Red Green Blue C M Y K H S L
Decimal 237 41 32 0 0.83 0.86 0.07 2.63 0.85 0.53
Hex ED 29 20 0 53 56 7 3 55 35
Octal 355 51 40 0 123 126 7 3 125 65
Binary 11101101 101001 100000 0 1010011 1010110 111 11 1010101 110101

Color Harmonies of #ED2920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2920

Black with #ED2920

Text Example


Text Example

White with #ED2920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2920; }

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

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

background-color css

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

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

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

border-color css

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

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

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