Html Css Color HEX #E6401A Cinnabar

📋 copy color: '#E6401A'

red 230 ◦ green 64 ◦ blue 26

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

Shades of Cinnabar #E6401A

Tints of Cinnabar #E6401A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20%

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

R = 71.88%
G = 20%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.10

RGB Variations

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

Color information

#E6401A (or 0xE6401A) is known color: Cinnabar. HEX triplet: E6, 40 and 1A. RGB value is (230,64,26). Sum of RGB (Red+Green+Blue) = 230+64+26=320 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.88% from 320); Green value is 64 (25.39% from 255 or 20% from 320); Blue value is 26 (10.55% from 255 or 8.12% from 320); Max value from RGB is 230 - color contains mainly: red. Hex color #E6401A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6401A is #19BFE5. Grayscale: #6D6D6D. Windows color (decimal): -1687526 or 1720550. OLE color: 1720550.

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

Color convert

RGB 230 64 26 -
CMYK 0 0.72 0.89 0.10
HSL 11.18º 0.8% 0.5% -
HSV(B) 11.18º 0.89% 0.9% -
XYZ 34.65 20.56 3.12 -
YUV 109.3 81 214.09 -
System Red Green Blue C M Y K H S L
Decimal 230 64 26 0 0.72 0.89 0.10 11.18 0.8 0.5
Hex E6 40 1A 0 48 59 A B 50 32
Octal 346 100 32 0 110 131 12 13 120 62
Binary 11100110 1000000 11010 0 1001000 1011001 1010 1011 1010000 110010

Color Harmonies of #E6401A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6401A

Black with #E6401A

Text Example


Text Example

White with #E6401A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6401A; }

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

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

background-color css

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

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

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

border-color css

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

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

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