Html Css Color HEX #ED4C2E Cinnabar

📋 copy color: '#ED4C2E'

red 237 ◦ green 76 ◦ blue 46

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

Shades of Cinnabar #ED4C2E

Tints of Cinnabar #ED4C2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.81%

R = 66.02%
G = 21.17%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ED4C2E (or 0xED4C2E) is known color: Cinnabar. HEX triplet: ED, 4C and 2E. RGB value is (237,76,46). Sum of RGB (Red+Green+Blue) = 237+76+46=359 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.02% from 359); Green value is 76 (30.08% from 255 or 21.17% from 359); Blue value is 46 (18.36% from 255 or 12.81% from 359); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4C2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4C2E is #12B3D1. Grayscale: #797979. Windows color (decimal): -1225682 or 3034349. OLE color: 3034349.

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

Color convert

RGB 237 76 46 -
CMYK 0 0.68 0.81 0.07
HSL 9.42º 0.84% 0.55% -
HSV(B) 9.42º 0.81% 0.93% -
XYZ 38 23.37 5.09 -
YUV 120.72 85.84 210.94 -
System Red Green Blue C M Y K H S L
Decimal 237 76 46 0 0.68 0.81 0.07 9.42 0.84 0.55
Hex ED 4C 2E 0 44 51 7 9 54 37
Octal 355 114 56 0 104 121 7 11 124 67
Binary 11101101 1001100 101110 0 1000100 1010001 111 1001 1010100 110111

Color Harmonies of #ED4C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4C2E

Black with #ED4C2E

Text Example


Text Example

White with #ED4C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4C2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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