Html Css Color HEX #ED2322 Cinnabar

📋 copy color: '#ED2322'

red 237 ◦ green 35 ◦ blue 34

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

Shades of Cinnabar #ED2322

Tints of Cinnabar #ED2322

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.44%

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

R = 77.45%
G = 11.44%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ED2322 (or 0xED2322) is known color: Cinnabar. HEX triplet: ED, 23 and 22. RGB value is (237,35,34). Sum of RGB (Red+Green+Blue) = 237+35+34=306 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.45% from 306); Green value is 35 (14.06% from 255 or 11.44% from 306); Blue value is 34 (13.67% from 255 or 11.11% from 306); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2322 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2322 is #12DCDD. Grayscale: #5F5F5F. Windows color (decimal): -1236190 or 2237421. OLE color: 2237421.

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

Color convert

RGB 237 35 34 -
CMYK 0 0.85 0.86 0.07
HSL 0.3º 0.85% 0.53% -
HSV(B) 0.3º 0.86% 0.93% -
XYZ 35.81 19.32 3.36 -
YUV 95.28 93.42 229.08 -
System Red Green Blue C M Y K H S L
Decimal 237 35 34 0 0.85 0.86 0.07 0.3 0.85 0.53
Hex ED 23 22 0 55 56 7 0 55 35
Octal 355 43 42 0 125 126 7 0 125 65
Binary 11101101 100011 100010 0 1010101 1010110 111 0 1010101 110101

Color Harmonies of #ED2322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2322

Black with #ED2322

Text Example


Text Example

White with #ED2322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2322; }

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

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

background-color css

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

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

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

border-color css

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

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

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