Html Css Color HEX #ED4320 Cinnabar

📋 copy color: '#ED4320'

red 237 ◦ green 67 ◦ blue 32

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

Shades of Cinnabar #ED4320

Tints of Cinnabar #ED4320

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.94%

 BLUE value IS 32 (12.89% from 255) = 9.52%

R = 70.54%
G = 19.94%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ED4320 (or 0xED4320) is known color: Cinnabar. HEX triplet: ED, 43 and 20. RGB value is (237,67,32). Sum of RGB (Red+Green+Blue) = 237+67+32=336 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.54% from 336); Green value is 67 (26.56% from 255 or 19.94% from 336); Blue value is 32 (12.89% from 255 or 9.52% from 336); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4320 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4320 is #12BCDF. Grayscale: #727272. Windows color (decimal): -1228000 or 2114541. OLE color: 2114541.

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

Color convert

RGB 237 67 32 -
CMYK 0 0.72 0.86 0.07
HSL 10.24º 0.85% 0.53% -
HSV(B) 10.24º 0.86% 0.93% -
XYZ 37.19 22.12 3.68 -
YUV 113.84 81.82 215.85 -
System Red Green Blue C M Y K H S L
Decimal 237 67 32 0 0.72 0.86 0.07 10.24 0.85 0.53
Hex ED 43 20 0 48 56 7 A 55 35
Octal 355 103 40 0 110 126 7 12 125 65
Binary 11101101 1000011 100000 0 1001000 1010110 111 1010 1010101 110101

Color Harmonies of #ED4320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4320

Black with #ED4320

Text Example


Text Example

White with #ED4320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4320; }

 p { color: rgb(237,67,32); }

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

background-color css

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

 a { background-color: rgb(237,67,32); }

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

border-color css

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

 span { border-color: rgb(237,67,32); }

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