Html Css Color HEX #ED4034 Cinnabar

📋 copy color: '#ED4034'

red 237 ◦ green 64 ◦ blue 52

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

Shades of Cinnabar #ED4034

Tints of Cinnabar #ED4034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.73%

R = 67.14%
G = 18.13%
B = 14.73%

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

#ED4034 (or 0xED4034) is known color: Cinnabar. HEX triplet: ED, 40 and 34. RGB value is (237,64,52). Sum of RGB (Red+Green+Blue) = 237+64+52=353 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.14% from 353); Green value is 64 (25.39% from 255 or 18.13% from 353); Blue value is 52 (20.70% from 255 or 14.73% from 353); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4034 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4034 is #12BFCB. Grayscale: #727272. Windows color (decimal): -1228748 or 3424493. OLE color: 3424493.

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

Color convert

RGB 237 64 52 -
CMYK 0 0.73 0.78 0.07
HSL 3.89º 0.84% 0.57% -
HSV(B) 3.89º 0.78% 0.93% -
XYZ 37.38 21.92 5.51 -
YUV 114.36 92.81 215.48 -
System Red Green Blue C M Y K H S L
Decimal 237 64 52 0 0.73 0.78 0.07 3.89 0.84 0.57
Hex ED 40 34 0 49 4E 7 4 54 39
Octal 355 100 64 0 111 116 7 4 124 71
Binary 11101101 1000000 110100 0 1001001 1001110 111 100 1010100 111001

Color Harmonies of #ED4034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4034

Black with #ED4034

Text Example


Text Example

White with #ED4034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4034; }

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

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

background-color css

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

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

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

border-color css

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

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

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