Html Css Color HEX #ED471B Cinnabar

📋 copy color: '#ED471B'

red 237 ◦ green 71 ◦ blue 27

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

Shades of Cinnabar #ED471B

Tints of Cinnabar #ED471B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.06%

R = 70.75%
G = 21.19%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED471B (or 0xED471B) is known color: Cinnabar. HEX triplet: ED, 47 and 1B. RGB value is (237,71,27). Sum of RGB (Red+Green+Blue) = 237+71+27=335 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.75% from 335); Green value is 71 (28.12% from 255 or 21.19% from 335); Blue value is 27 (10.94% from 255 or 8.06% from 335); Max value from RGB is 237 - color contains mainly: red. Hex color #ED471B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED471B is #12B8E4. Grayscale: #737373. Windows color (decimal): -1226981 or 1787885. OLE color: 1787885.

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

Color convert

RGB 237 71 27 -
CMYK 0 0.70 0.89 0.07
HSL 12.57º 0.85% 0.52% -
HSV(B) 12.57º 0.89% 0.93% -
XYZ 37.38 22.59 3.43 -
YUV 115.62 78 214.58 -
System Red Green Blue C M Y K H S L
Decimal 237 71 27 0 0.70 0.89 0.07 12.57 0.85 0.52
Hex ED 47 1B 0 46 59 7 D 55 34
Octal 355 107 33 0 106 131 7 15 125 64
Binary 11101101 1000111 11011 0 1000110 1011001 111 1101 1010101 110100

Color Harmonies of #ED471B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED471B

Black with #ED471B

Text Example


Text Example

White with #ED471B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED471B; }

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

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

background-color css

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

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

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

border-color css

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

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

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