Html Css Color HEX #ED4722 Cinnabar

📋 copy color: '#ED4722'

red 237 ◦ green 71 ◦ blue 34

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

Shades of Cinnabar #ED4722

Tints of Cinnabar #ED4722

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.76%

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

R = 69.3%
G = 20.76%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ED4722 (or 0xED4722) is known color: Cinnabar. HEX triplet: ED, 47 and 22. RGB value is (237,71,34). Sum of RGB (Red+Green+Blue) = 237+71+34=342 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.30% from 342); Green value is 71 (28.12% from 255 or 20.76% from 342); Blue value is 34 (13.67% from 255 or 9.94% from 342); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4722 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4722 is #12B8DD. Grayscale: #747474. Windows color (decimal): -1226974 or 2246637. OLE color: 2246637.

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

Color convert

RGB 237 71 34 -
CMYK 0 0.70 0.86 0.07
HSL 10.94º 0.85% 0.53% -
HSV(B) 10.94º 0.86% 0.93% -
XYZ 37.47 22.63 3.91 -
YUV 116.42 81.5 214.01 -
System Red Green Blue C M Y K H S L
Decimal 237 71 34 0 0.70 0.86 0.07 10.94 0.85 0.53
Hex ED 47 22 0 46 56 7 B 55 35
Octal 355 107 42 0 106 126 7 13 125 65
Binary 11101101 1000111 100010 0 1000110 1010110 111 1011 1010101 110101

Color Harmonies of #ED4722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4722

Black with #ED4722

Text Example


Text Example

White with #ED4722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4722; }

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

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

background-color css

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

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

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

border-color css

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

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

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