Html Css Color HEX #ED3522 Cinnabar

📋 copy color: '#ED3522'

red 237 ◦ green 53 ◦ blue 34

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

Shades of Cinnabar #ED3522

Tints of Cinnabar #ED3522

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.36%

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

R = 73.15%
G = 16.36%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ED3522 (or 0xED3522) is known color: Cinnabar. HEX triplet: ED, 35 and 22. RGB value is (237,53,34). Sum of RGB (Red+Green+Blue) = 237+53+34=324 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.15% from 324); Green value is 53 (21.09% from 255 or 16.36% from 324); Blue value is 34 (13.67% from 255 or 10.49% from 324); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3522 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3522 is #12CADD. Grayscale: #6A6A6A. Windows color (decimal): -1231582 or 2242029. OLE color: 2242029.

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

Color convert

RGB 237 53 34 -
CMYK 0 0.78 0.86 0.07
HSL 5.62º 0.85% 0.53% -
HSV(B) 5.62º 0.86% 0.93% -
XYZ 36.49 20.67 3.58 -
YUV 105.85 87.46 221.54 -
System Red Green Blue C M Y K H S L
Decimal 237 53 34 0 0.78 0.86 0.07 5.62 0.85 0.53
Hex ED 35 22 0 4E 56 7 6 55 35
Octal 355 65 42 0 116 126 7 6 125 65
Binary 11101101 110101 100010 0 1001110 1010110 111 110 1010101 110101

Color Harmonies of #ED3522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3522

Black with #ED3522

Text Example


Text Example

White with #ED3522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3522; }

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

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

background-color css

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

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

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

border-color css

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

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

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