Html Css Color HEX #ED3323 Cinnabar

📋 copy color: '#ED3323'

red 237 ◦ green 51 ◦ blue 35

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

Shades of Cinnabar #ED3323

Tints of Cinnabar #ED3323

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.79%

 BLUE value IS 35 (14.06% from 255) = 10.84%

R = 73.37%
G = 15.79%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#ED3323 (or 0xED3323) is known color: Cinnabar. HEX triplet: ED, 33 and 23. RGB value is (237,51,35). Sum of RGB (Red+Green+Blue) = 237+51+35=323 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.37% from 323); Green value is 51 (20.31% from 255 or 15.79% from 323); Blue value is 35 (14.06% from 255 or 10.84% from 323); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3323 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3323 is #12CCDC. Grayscale: #696969. Windows color (decimal): -1232093 or 2307053. OLE color: 2307053.

HSL color Cylindrical-coordinate representation of color #ED3323: hue angle of 4.75º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ED3323 is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 51 35 -
CMYK 0 0.78 0.85 0.07
HSL 4.75º 0.85% 0.53% -
HSV(B) 4.75º 0.85% 0.93% -
XYZ 36.41 20.49 3.63 -
YUV 104.79 88.62 222.3 -
System Red Green Blue C M Y K H S L
Decimal 237 51 35 0 0.78 0.85 0.07 4.75 0.85 0.53
Hex ED 33 23 0 4E 55 7 5 55 35
Octal 355 63 43 0 116 125 7 5 125 65
Binary 11101101 110011 100011 0 1001110 1010101 111 101 1010101 110101

Color Harmonies of #ED3323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3323

Black with #ED3323

Text Example


Text Example

White with #ED3323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3323; }

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

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

background-color css

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

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

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

border-color css

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

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

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