Html Css Color HEX #ED2421 Cinnabar

📋 copy color: '#ED2421'

red 237 ◦ green 36 ◦ blue 33

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

Shades of Cinnabar #ED2421

Tints of Cinnabar #ED2421

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.76%

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

R = 77.45%
G = 11.76%
B = 10.78%

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

#ED2421 (or 0xED2421) is known color: Cinnabar. HEX triplet: ED, 24 and 21. RGB value is (237,36,33). Sum of RGB (Red+Green+Blue) = 237+36+33=306 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.45% from 306); Green value is 36 (14.45% from 255 or 11.76% from 306); Blue value is 33 (13.28% from 255 or 10.78% from 306); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2421 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2421 is #12DBDE. Grayscale: #5F5F5F. Windows color (decimal): -1235935 or 2172141. OLE color: 2172141.

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

Color convert

RGB 237 36 33 -
CMYK 0 0.85 0.86 0.07
HSL 0.88º 0.85% 0.53% -
HSV(B) 0.88º 0.86% 0.93% -
XYZ 35.83 19.38 3.29 -
YUV 95.76 92.59 228.74 -
System Red Green Blue C M Y K H S L
Decimal 237 36 33 0 0.85 0.86 0.07 0.88 0.85 0.53
Hex ED 24 21 0 55 56 7 1 55 35
Octal 355 44 41 0 125 126 7 1 125 65
Binary 11101101 100100 100001 0 1010101 1010110 111 1 1010101 110101

Color Harmonies of #ED2421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2421

Black with #ED2421

Text Example


Text Example

White with #ED2421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2421; }

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

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

background-color css

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

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

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

border-color css

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

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

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