Html Css Color HEX #ED4033 Cinnabar

📋 copy color: '#ED4033'

red 237 ◦ green 64 ◦ blue 51

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

Shades of Cinnabar #ED4033

Tints of Cinnabar #ED4033

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.18%

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

R = 67.33%
G = 18.18%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#ED4033 (or 0xED4033) is known color: Cinnabar. HEX triplet: ED, 40 and 33. RGB value is (237,64,51). Sum of RGB (Red+Green+Blue) = 237+64+51=352 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.33% from 352); Green value is 64 (25.39% from 255 or 18.18% from 352); Blue value is 51 (20.31% from 255 or 14.49% from 352); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4033 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4033 is #12BFCC. Grayscale: #727272. Windows color (decimal): -1228749 or 3358957. OLE color: 3358957.

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

Color convert

RGB 237 64 51 -
CMYK 0 0.73 0.78 0.07
HSL 4.19º 0.84% 0.56% -
HSV(B) 4.19º 0.78% 0.93% -
XYZ 37.36 21.91 5.39 -
YUV 114.25 92.31 215.56 -
System Red Green Blue C M Y K H S L
Decimal 237 64 51 0 0.73 0.78 0.07 4.19 0.84 0.56
Hex ED 40 33 0 49 4E 7 4 54 38
Octal 355 100 63 0 111 116 7 4 124 70
Binary 11101101 1000000 110011 0 1001001 1001110 111 100 1010100 111000

Color Harmonies of #ED4033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4033

Black with #ED4033

Text Example


Text Example

White with #ED4033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4033; }

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

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

background-color css

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

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

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

border-color css

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

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

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