Html Css Color HEX #E6471A Cinnabar

📋 copy color: '#E6471A'

red 230 ◦ green 71 ◦ blue 26

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

Shades of Cinnabar #E6471A

Tints of Cinnabar #E6471A

RGB

 RED value IS 230 (90.23% from 255) = 70.34%

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

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

R = 70.34%
G = 21.71%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.10

RGB Variations

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

Color information

#E6471A (or 0xE6471A) is known color: Cinnabar. HEX triplet: E6, 47 and 1A. RGB value is (230,71,26). Sum of RGB (Red+Green+Blue) = 230+71+26=327 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.34% from 327); Green value is 71 (28.12% from 255 or 21.71% from 327); Blue value is 26 (10.55% from 255 or 7.95% from 327); Max value from RGB is 230 - color contains mainly: red. Hex color #E6471A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6471A is #19B8E5. Grayscale: #717171. Windows color (decimal): -1685734 or 1722342. OLE color: 1722342.

HSL color Cylindrical-coordinate representation of color #E6471A: hue angle of 13.24º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E6471A is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 71 26 -
CMYK 0 0.69 0.89 0.10
HSL 13.24º 0.8% 0.5% -
HSV(B) 13.24º 0.89% 0.9% -
XYZ 35.07 21.4 3.26 -
YUV 113.41 78.68 211.16 -
System Red Green Blue C M Y K H S L
Decimal 230 71 26 0 0.69 0.89 0.10 13.24 0.8 0.5
Hex E6 47 1A 0 45 59 A D 50 32
Octal 346 107 32 0 105 131 12 15 120 62
Binary 11100110 1000111 11010 0 1000101 1011001 1010 1101 1010000 110010

Color Harmonies of #E6471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6471A

Black with #E6471A

Text Example


Text Example

White with #E6471A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6471A; }

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

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

background-color css

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

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

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

border-color css

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

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

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