Html Css Color HEX #ED472C Cinnabar

📋 copy color: '#ED472C'

red 237 ◦ green 71 ◦ blue 44

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

Shades of Cinnabar #ED472C

Tints of Cinnabar #ED472C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.17%

 BLUE value IS 44 (17.58% from 255) = 12.5%

R = 67.33%
G = 20.17%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ED472C (or 0xED472C) is known color: Cinnabar. HEX triplet: ED, 47 and 2C. RGB value is (237,71,44). Sum of RGB (Red+Green+Blue) = 237+71+44=352 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.33% from 352); Green value is 71 (28.12% from 255 or 20.17% from 352); Blue value is 44 (17.58% from 255 or 12.5% from 352); Max value from RGB is 237 - color contains mainly: red. Hex color #ED472C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED472C is #12B8D3. Grayscale: #757575. Windows color (decimal): -1226964 or 2901997. OLE color: 2901997.

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

Color convert

RGB 237 71 44 -
CMYK 0 0.70 0.81 0.07
HSL 8.39º 0.84% 0.55% -
HSV(B) 8.39º 0.81% 0.93% -
XYZ 37.63 22.69 4.78 -
YUV 117.56 86.5 213.2 -
System Red Green Blue C M Y K H S L
Decimal 237 71 44 0 0.70 0.81 0.07 8.39 0.84 0.55
Hex ED 47 2C 0 46 51 7 8 54 37
Octal 355 107 54 0 106 121 7 10 124 67
Binary 11101101 1000111 101100 0 1000110 1010001 111 1000 1010100 110111

Color Harmonies of #ED472C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED472C

Black with #ED472C

Text Example


Text Example

White with #ED472C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED472C; }

 p { color: rgb(237,71,44); }

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

background-color css

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

 a { background-color: rgb(237,71,44); }

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

border-color css

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

 span { border-color: rgb(237,71,44); }

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