Html Css Color HEX #ED2C28 Cinnabar

📋 copy color: '#ED2C28'

red 237 ◦ green 44 ◦ blue 40

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

Shades of Cinnabar #ED2C28

Tints of Cinnabar #ED2C28

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.71%

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

R = 73.83%
G = 13.71%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#ED2C28 (or 0xED2C28) is known color: Cinnabar. HEX triplet: ED, 2C and 28. RGB value is (237,44,40). Sum of RGB (Red+Green+Blue) = 237+44+40=321 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.83% from 321); Green value is 44 (17.58% from 255 or 13.71% from 321); Blue value is 40 (16.02% from 255 or 12.46% from 321); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2C28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2C28 is #12D3D7. Grayscale: #656565. Windows color (decimal): -1233880 or 2632941. OLE color: 2632941.

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

Color convert

RGB 237 44 40 -
CMYK 0 0.81 0.83 0.07
HSL 1.22º 0.85% 0.54% -
HSV(B) 1.22º 0.83% 0.93% -
XYZ 36.21 19.96 3.95 -
YUV 101.25 93.44 224.83 -
System Red Green Blue C M Y K H S L
Decimal 237 44 40 0 0.81 0.83 0.07 1.22 0.85 0.54
Hex ED 2C 28 0 51 53 7 1 55 36
Octal 355 54 50 0 121 123 7 1 125 66
Binary 11101101 101100 101000 0 1010001 1010011 111 1 1010101 110110

Color Harmonies of #ED2C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2C28

Black with #ED2C28

Text Example


Text Example

White with #ED2C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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