Html Css Color HEX #E6401B Cinnabar

📋 copy color: '#E6401B'

red 230 ◦ green 64 ◦ blue 27

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

Shades of Cinnabar #E6401B

Tints of Cinnabar #E6401B

RGB

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

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

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

R = 71.65%
G = 19.94%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.88

 K value IS 0.10

RGB Variations

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

Color information

#E6401B (or 0xE6401B) is known color: Cinnabar. HEX triplet: E6, 40 and 1B. RGB value is (230,64,27). Sum of RGB (Red+Green+Blue) = 230+64+27=321 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.65% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 27 (10.94% from 255 or 8.41% from 321); Max value from RGB is 230 - color contains mainly: red. Hex color #E6401B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6401B is #19BFE4. Grayscale: #6D6D6D. Windows color (decimal): -1687525 or 1786086. OLE color: 1786086.

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

Color convert

RGB 230 64 27 -
CMYK 0 0.72 0.88 0.10
HSL 10.94º 0.8% 0.5% -
HSV(B) 10.94º 0.88% 0.9% -
XYZ 34.66 20.57 3.18 -
YUV 109.42 81.5 214.01 -
System Red Green Blue C M Y K H S L
Decimal 230 64 27 0 0.72 0.88 0.10 10.94 0.8 0.5
Hex E6 40 1B 0 48 58 A B 50 32
Octal 346 100 33 0 110 130 12 13 120 62
Binary 11100110 1000000 11011 0 1001000 1011000 1010 1011 1010000 110010

Color Harmonies of #E6401B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6401B

Black with #E6401B

Text Example


Text Example

White with #E6401B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6401B; }

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

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

background-color css

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

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

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

border-color css

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

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

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