Html Css Color HEX #E6441A Cinnabar

📋 copy color: '#E6441A'

red 230 ◦ green 68 ◦ blue 26

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

Shades of Cinnabar #E6441A

Tints of Cinnabar #E6441A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.99%

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

R = 70.99%
G = 20.99%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.10

RGB Variations

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

Color information

#E6441A (or 0xE6441A) is known color: Cinnabar. HEX triplet: E6, 44 and 1A. RGB value is (230,68,26). Sum of RGB (Red+Green+Blue) = 230+68+26=324 (42% of max value = 765). Red value is 230 (90.23% from 255 or 70.99% from 324); Green value is 68 (26.95% from 255 or 20.99% from 324); Blue value is 26 (10.55% from 255 or 8.02% from 324); Max value from RGB is 230 - color contains mainly: red. Hex color #E6441A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6441A is #19BBE5. Grayscale: #6F6F6F. Windows color (decimal): -1686502 or 1721574. OLE color: 1721574.

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

Color convert

RGB 230 68 26 -
CMYK 0 0.70 0.89 0.10
HSL 12.35º 0.8% 0.5% -
HSV(B) 12.35º 0.89% 0.9% -
XYZ 34.89 21.03 3.2 -
YUV 111.65 79.67 212.42 -
System Red Green Blue C M Y K H S L
Decimal 230 68 26 0 0.70 0.89 0.10 12.35 0.8 0.5
Hex E6 44 1A 0 46 59 A C 50 32
Octal 346 104 32 0 106 131 12 14 120 62
Binary 11100110 1000100 11010 0 1000110 1011001 1010 1100 1010000 110010

Color Harmonies of #E6441A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6441A

Black with #E6441A

Text Example


Text Example

White with #E6441A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6441A; }

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

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

background-color css

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

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

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

border-color css

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

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

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