Html Css Color HEX #ED3C23 Cinnabar

📋 copy color: '#ED3C23'

red 237 ◦ green 60 ◦ blue 35

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

Shades of Cinnabar #ED3C23

Tints of Cinnabar #ED3C23

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.07%

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

R = 71.39%
G = 18.07%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#ED3C23 (or 0xED3C23) is known color: Cinnabar. HEX triplet: ED, 3C and 23. RGB value is (237,60,35). Sum of RGB (Red+Green+Blue) = 237+60+35=332 (43% of max value = 765). Red value is 237 (92.97% from 255 or 71.39% from 332); Green value is 60 (23.83% from 255 or 18.07% from 332); Blue value is 35 (14.06% from 255 or 10.54% from 332); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3C23 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3C23 is #12C3DC. Grayscale: #6E6E6E. Windows color (decimal): -1229789 or 2309357. OLE color: 2309357.

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

Color convert

RGB 237 60 35 -
CMYK 0 0.75 0.85 0.07
HSL 7.43º 0.85% 0.53% -
HSV(B) 7.43º 0.85% 0.93% -
XYZ 36.84 21.36 3.77 -
YUV 110.07 85.64 218.53 -
System Red Green Blue C M Y K H S L
Decimal 237 60 35 0 0.75 0.85 0.07 7.43 0.85 0.53
Hex ED 3C 23 0 4B 55 7 7 55 35
Octal 355 74 43 0 113 125 7 7 125 65
Binary 11101101 111100 100011 0 1001011 1010101 111 111 1010101 110101

Color Harmonies of #ED3C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3C23

Black with #ED3C23

Text Example


Text Example

White with #ED3C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3C23; }

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

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

background-color css

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

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

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

border-color css

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

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

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