Html Css Color HEX #ED4321 Cinnabar

📋 copy color: '#ED4321'

red 237 ◦ green 67 ◦ blue 33

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

Shades of Cinnabar #ED4321

Tints of Cinnabar #ED4321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.79%

R = 70.33%
G = 19.88%
B = 9.79%

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

#ED4321 (or 0xED4321) is known color: Cinnabar. HEX triplet: ED, 43 and 21. RGB value is (237,67,33). Sum of RGB (Red+Green+Blue) = 237+67+33=337 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.33% from 337); Green value is 67 (26.56% from 255 or 19.88% from 337); Blue value is 33 (13.28% from 255 or 9.79% from 337); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4321 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4321 is #12BCDE. Grayscale: #727272. Windows color (decimal): -1227999 or 2180077. OLE color: 2180077.

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

Color convert

RGB 237 67 33 -
CMYK 0 0.72 0.86 0.07
HSL 10º 0.85% 0.53% -
HSV(B) 10º 0.86% 0.93% -
XYZ 37.21 22.13 3.75 -
YUV 113.95 82.32 215.76 -
System Red Green Blue C M Y K H S L
Decimal 237 67 33 0 0.72 0.86 0.07 10 0.85 0.53
Hex ED 43 21 0 48 56 7 A 55 35
Octal 355 103 41 0 110 126 7 12 125 65
Binary 11101101 1000011 100001 0 1001000 1010110 111 1010 1010101 110101

Color Harmonies of #ED4321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4321

Black with #ED4321

Text Example


Text Example

White with #ED4321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4321; }

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

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

background-color css

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

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

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

border-color css

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

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

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