Html Css Color HEX #ED471A Cinnabar

📋 copy color: '#ED471A'

red 237 ◦ green 71 ◦ blue 26

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

Shades of Cinnabar #ED471A

Tints of Cinnabar #ED471A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.78%

R = 70.96%
G = 21.26%
B = 7.78%

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

#ED471A (or 0xED471A) is known color: Cinnabar. HEX triplet: ED, 47 and 1A. RGB value is (237,71,26). Sum of RGB (Red+Green+Blue) = 237+71+26=334 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.96% from 334); Green value is 71 (28.12% from 255 or 21.26% from 334); Blue value is 26 (10.55% from 255 or 7.78% from 334); Max value from RGB is 237 - color contains mainly: red. Hex color #ED471A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED471A is #12B8E5. Grayscale: #737373. Windows color (decimal): -1226982 or 1722349. OLE color: 1722349.

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

Color convert

RGB 237 71 26 -
CMYK 0 0.70 0.89 0.07
HSL 12.8º 0.85% 0.52% -
HSV(B) 12.8º 0.89% 0.93% -
XYZ 37.36 22.59 3.37 -
YUV 115.5 77.5 214.66 -
System Red Green Blue C M Y K H S L
Decimal 237 71 26 0 0.70 0.89 0.07 12.8 0.85 0.52
Hex ED 47 1A 0 46 59 7 D 55 34
Octal 355 107 32 0 106 131 7 15 125 64
Binary 11101101 1000111 11010 0 1000110 1011001 111 1101 1010101 110100

Color Harmonies of #ED471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED471A

Black with #ED471A

Text Example


Text Example

White with #ED471A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED471A; }

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

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

background-color css

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

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

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

border-color css

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

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

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