Html Css Color HEX #ED3A22 Cinnabar

📋 copy color: '#ED3A22'

red 237 ◦ green 58 ◦ blue 34

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

Shades of Cinnabar #ED3A22

Tints of Cinnabar #ED3A22

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.63%

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

R = 72.04%
G = 17.63%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ED3A22 (or 0xED3A22) is known color: Cinnabar. HEX triplet: ED, 3A and 22. RGB value is (237,58,34). Sum of RGB (Red+Green+Blue) = 237+58+34=329 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.04% from 329); Green value is 58 (23.05% from 255 or 17.63% from 329); Blue value is 34 (13.67% from 255 or 10.33% from 329); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3A22 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3A22 is #12C5DD. Grayscale: #6D6D6D. Windows color (decimal): -1230302 or 2243309. OLE color: 2243309.

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

Color convert

RGB 237 58 34 -
CMYK 0 0.76 0.86 0.07
HSL 7.09º 0.85% 0.53% -
HSV(B) 7.09º 0.86% 0.93% -
XYZ 36.73 21.15 3.66 -
YUV 108.79 85.8 219.45 -
System Red Green Blue C M Y K H S L
Decimal 237 58 34 0 0.76 0.86 0.07 7.09 0.85 0.53
Hex ED 3A 22 0 4C 56 7 7 55 35
Octal 355 72 42 0 114 126 7 7 125 65
Binary 11101101 111010 100010 0 1001100 1010110 111 111 1010101 110101

Color Harmonies of #ED3A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3A22

Black with #ED3A22

Text Example


Text Example

White with #ED3A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3A22; }

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

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

background-color css

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

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

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

border-color css

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

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

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