Html Css Color HEX #ED4422 Cinnabar

📋 copy color: '#ED4422'

red 237 ◦ green 68 ◦ blue 34

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

Shades of Cinnabar #ED4422

Tints of Cinnabar #ED4422

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.06%

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

R = 69.91%
G = 20.06%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ED4422 (or 0xED4422) is known color: Cinnabar. HEX triplet: ED, 44 and 22. RGB value is (237,68,34). Sum of RGB (Red+Green+Blue) = 237+68+34=339 (44% of max value = 765). Red value is 237 (92.97% from 255 or 69.91% from 339); Green value is 68 (26.95% from 255 or 20.06% from 339); Blue value is 34 (13.67% from 255 or 10.03% from 339); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4422 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4422 is #12BBDD. Grayscale: #727272. Windows color (decimal): -1227742 or 2245869. OLE color: 2245869.

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

Color convert

RGB 237 68 34 -
CMYK 0 0.71 0.86 0.07
HSL 10.05º 0.85% 0.53% -
HSV(B) 10.05º 0.86% 0.93% -
XYZ 37.28 22.25 3.84 -
YUV 114.66 82.49 215.26 -
System Red Green Blue C M Y K H S L
Decimal 237 68 34 0 0.71 0.86 0.07 10.05 0.85 0.53
Hex ED 44 22 0 47 56 7 A 55 35
Octal 355 104 42 0 107 126 7 12 125 65
Binary 11101101 1000100 100010 0 1000111 1010110 111 1010 1010101 110101

Color Harmonies of #ED4422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4422

Black with #ED4422

Text Example


Text Example

White with #ED4422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4422; }

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

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

background-color css

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

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

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

border-color css

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

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

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