Html Css Color HEX #ED4C34 Cinnabar

📋 copy color: '#ED4C34'

red 237 ◦ green 76 ◦ blue 52

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

Shades of Cinnabar #ED4C34

Tints of Cinnabar #ED4C34

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.82%

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

R = 64.93%
G = 20.82%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#ED4C34 (or 0xED4C34) is known color: Cinnabar. HEX triplet: ED, 4C and 34. RGB value is (237,76,52). Sum of RGB (Red+Green+Blue) = 237+76+52=365 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.93% from 365); Green value is 76 (30.08% from 255 or 20.82% from 365); Blue value is 52 (20.70% from 255 or 14.25% from 365); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4C34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4C34 is #12B3CB. Grayscale: #797979. Windows color (decimal): -1225676 or 3427565. OLE color: 3427565.

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

Color convert

RGB 237 76 52 -
CMYK 0 0.68 0.78 0.07
HSL 7.78º 0.84% 0.57% -
HSV(B) 7.78º 0.78% 0.93% -
XYZ 38.13 23.42 5.76 -
YUV 121.4 88.84 210.45 -
System Red Green Blue C M Y K H S L
Decimal 237 76 52 0 0.68 0.78 0.07 7.78 0.84 0.57
Hex ED 4C 34 0 44 4E 7 8 54 39
Octal 355 114 64 0 104 116 7 10 124 71
Binary 11101101 1001100 110100 0 1000100 1001110 111 1000 1010100 111001

Color Harmonies of #ED4C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4C34

Black with #ED4C34

Text Example


Text Example

White with #ED4C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4C34; }

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

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

background-color css

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

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

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

border-color css

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

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

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