Html Css Color HEX #ED2321 Cinnabar

📋 copy color: '#ED2321'

red 237 ◦ green 35 ◦ blue 33

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

Shades of Cinnabar #ED2321

Tints of Cinnabar #ED2321

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.48%

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

R = 77.7%
G = 11.48%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ED2321 (or 0xED2321) is known color: Cinnabar. HEX triplet: ED, 23 and 21. RGB value is (237,35,33). Sum of RGB (Red+Green+Blue) = 237+35+33=305 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.70% from 305); Green value is 35 (14.06% from 255 or 11.48% from 305); Blue value is 33 (13.28% from 255 or 10.82% from 305); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2321 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2321 is #12DCDE. Grayscale: #5F5F5F. Windows color (decimal): -1236191 or 2171885. OLE color: 2171885.

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

Color convert

RGB 237 35 33 -
CMYK 0 0.85 0.86 0.07
HSL 0.59º 0.85% 0.53% -
HSV(B) 0.59º 0.86% 0.93% -
XYZ 35.8 19.32 3.28 -
YUV 95.17 92.92 229.16 -
System Red Green Blue C M Y K H S L
Decimal 237 35 33 0 0.85 0.86 0.07 0.59 0.85 0.53
Hex ED 23 21 0 55 56 7 1 55 35
Octal 355 43 41 0 125 126 7 1 125 65
Binary 11101101 100011 100001 0 1010101 1010110 111 1 1010101 110101

Color Harmonies of #ED2321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2321

Black with #ED2321

Text Example


Text Example

White with #ED2321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2321; }

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

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

background-color css

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

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

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

border-color css

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

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

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