Html Css Color HEX #ED5033 Cinnabar

📋 copy color: '#ED5033'

red 237 ◦ green 80 ◦ blue 51

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

Shades of Cinnabar #ED5033

Tints of Cinnabar #ED5033

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.74%

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

R = 64.4%
G = 21.74%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#ED5033 (or 0xED5033) is known color: Cinnabar. HEX triplet: ED, 50 and 33. RGB value is (237,80,51). Sum of RGB (Red+Green+Blue) = 237+80+51=368 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.40% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 51 (20.31% from 255 or 13.86% from 368); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5033 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5033 is #12AFCC. Grayscale: #7B7B7B. Windows color (decimal): -1224653 or 3363053. OLE color: 3363053.

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

Color convert

RGB 237 80 51 -
CMYK 0 0.66 0.78 0.07
HSL 9.35º 0.84% 0.56% -
HSV(B) 9.35º 0.78% 0.93% -
XYZ 38.39 23.98 5.74 -
YUV 123.64 87.01 208.86 -
System Red Green Blue C M Y K H S L
Decimal 237 80 51 0 0.66 0.78 0.07 9.35 0.84 0.56
Hex ED 50 33 0 42 4E 7 9 54 38
Octal 355 120 63 0 102 116 7 11 124 70
Binary 11101101 1010000 110011 0 1000010 1001110 111 1001 1010100 111000

Color Harmonies of #ED5033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5033

Black with #ED5033

Text Example


Text Example

White with #ED5033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5033; }

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

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

background-color css

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

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

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

border-color css

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

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

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