Html Css Color HEX #ED2222 Cinnabar

📋 copy color: '#ED2222'

red 237 ◦ green 34 ◦ blue 34

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

Shades of Cinnabar #ED2222

Tints of Cinnabar #ED2222

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.15%

 BLUE value IS 34 (13.67% from 255) = 11.15%

R = 77.7%
G = 11.15%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ED2222 (or 0xED2222) is known color: Cinnabar. HEX triplet: ED, 22 and 22. RGB value is (237,34,34). Sum of RGB (Red+Green+Blue) = 237+34+34=305 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.70% from 305); Green value is 34 (13.67% from 255 or 11.15% from 305); Blue value is 34 (13.67% from 255 or 11.15% from 305); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2222 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2222 is #12DDDD. Grayscale: #5E5E5E. Windows color (decimal): -1236446 or 2237165. OLE color: 2237165.

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

Color convert

RGB 237 34 34 -
CMYK 0 0.86 0.86 0.07
HSL 0.85% 0.53% -
HSV(B) 0.86% 0.93% -
XYZ 35.79 19.26 3.35 -
YUV 94.7 93.75 229.5 -
System Red Green Blue C M Y K H S L
Decimal 237 34 34 0 0.86 0.86 0.07 0 0.85 0.53
Hex ED 22 22 0 56 56 7 0 55 35
Octal 355 42 42 0 126 126 7 0 125 65
Binary 11101101 100010 100010 0 1010110 1010110 111 0 1010101 110101

Color Harmonies of #ED2222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2222

Black with #ED2222

Text Example


Text Example

White with #ED2222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2222; }

 p { color: rgb(237,34,34); }

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

background-color css

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

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

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

border-color css

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

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

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