Html Css Color HEX #ED3C33 Cinnabar

📋 copy color: '#ED3C33'

red 237 ◦ green 60 ◦ blue 51

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

Shades of Cinnabar #ED3C33

Tints of Cinnabar #ED3C33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.66%

R = 68.1%
G = 17.24%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#ED3C33 (or 0xED3C33) is known color: Cinnabar. HEX triplet: ED, 3C and 33. RGB value is (237,60,51). Sum of RGB (Red+Green+Blue) = 237+60+51=348 (46% of max value = 765). Red value is 237 (92.97% from 255 or 68.10% from 348); Green value is 60 (23.83% from 255 or 17.24% from 348); Blue value is 51 (20.31% from 255 or 14.66% from 348); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3C33 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3C33 is #12C3CC. Grayscale: #707070. Windows color (decimal): -1229773 or 3357933. OLE color: 3357933.

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

Color convert

RGB 237 60 51 -
CMYK 0 0.75 0.78 0.07
HSL 2.9º 0.84% 0.56% -
HSV(B) 2.9º 0.78% 0.93% -
XYZ 37.14 21.48 5.32 -
YUV 111.9 93.64 217.23 -
System Red Green Blue C M Y K H S L
Decimal 237 60 51 0 0.75 0.78 0.07 2.9 0.84 0.56
Hex ED 3C 33 0 4B 4E 7 3 54 38
Octal 355 74 63 0 113 116 7 3 124 70
Binary 11101101 111100 110011 0 1001011 1001110 111 11 1010100 111000

Color Harmonies of #ED3C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3C33

Black with #ED3C33

Text Example


Text Example

White with #ED3C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3C33; }

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

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

background-color css

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

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

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

border-color css

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

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

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