Html Css Color HEX #ED2722 Cinnabar

📋 copy color: '#ED2722'

red 237 ◦ green 39 ◦ blue 34

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

Shades of Cinnabar #ED2722

Tints of Cinnabar #ED2722

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.58%

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

R = 76.45%
G = 12.58%
B = 10.97%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ED2722 (or 0xED2722) is known color: Cinnabar. HEX triplet: ED, 27 and 22. RGB value is (237,39,34). Sum of RGB (Red+Green+Blue) = 237+39+34=310 (41% of max value = 765). Red value is 237 (92.97% from 255 or 76.45% from 310); Green value is 39 (15.62% from 255 or 12.58% from 310); Blue value is 34 (13.67% from 255 or 10.97% from 310); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2722 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2722 is #12D8DD. Grayscale: #616161. Windows color (decimal): -1235166 or 2238445. OLE color: 2238445.

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

Color convert

RGB 237 39 34 -
CMYK 0 0.84 0.86 0.07
HSL 1.48º 0.85% 0.53% -
HSV(B) 1.48º 0.86% 0.93% -
XYZ 35.94 19.57 3.4 -
YUV 97.63 92.1 227.41 -
System Red Green Blue C M Y K H S L
Decimal 237 39 34 0 0.84 0.86 0.07 1.48 0.85 0.53
Hex ED 27 22 0 54 56 7 1 55 35
Octal 355 47 42 0 124 126 7 1 125 65
Binary 11101101 100111 100010 0 1010100 1010110 111 1 1010101 110101

Color Harmonies of #ED2722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2722

Black with #ED2722

Text Example


Text Example

White with #ED2722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2722; }

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

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

background-color css

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

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

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

border-color css

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

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

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