Html Css Color HEX #ED471F Cinnabar

📋 copy color: '#ED471F'

red 237 ◦ green 71 ◦ blue 31

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

Shades of Cinnabar #ED471F

Tints of Cinnabar #ED471F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.14%

R = 69.91%
G = 20.94%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#ED471F (or 0xED471F) is known color: Cinnabar. HEX triplet: ED, 47 and 1F. RGB value is (237,71,31). Sum of RGB (Red+Green+Blue) = 237+71+31=339 (44% of max value = 765). Red value is 237 (92.97% from 255 or 69.91% from 339); Green value is 71 (28.12% from 255 or 20.94% from 339); Blue value is 31 (12.5% from 255 or 9.14% from 339); Max value from RGB is 237 - color contains mainly: red. Hex color #ED471F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED471F is #12B8E0. Grayscale: #747474. Windows color (decimal): -1226977 or 2050029. OLE color: 2050029.

HSL color Cylindrical-coordinate representation of color #ED471F: hue angle of 11.65º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ED471F is Cyan = 0, Magento = 0.70, Yellow = 0.87 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 71 31 -
CMYK 0 0.70 0.87 0.07
HSL 11.65º 0.85% 0.53% -
HSV(B) 11.65º 0.87% 0.93% -
XYZ 37.43 22.61 3.69 -
YUV 116.07 80 214.25 -
System Red Green Blue C M Y K H S L
Decimal 237 71 31 0 0.70 0.87 0.07 11.65 0.85 0.53
Hex ED 47 1F 0 46 57 7 C 55 35
Octal 355 107 37 0 106 127 7 14 125 65
Binary 11101101 1000111 11111 0 1000110 1010111 111 1100 1010101 110101

Color Harmonies of #ED471F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED471F

Black with #ED471F

Text Example


Text Example

White with #ED471F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED471F; }

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

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

background-color css

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

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

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

border-color css

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

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

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