Html Css Color HEX #E6291E Cinnabar

📋 copy color: '#E6291E'

red 230 ◦ green 41 ◦ blue 30

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

Shades of Cinnabar #E6291E

Tints of Cinnabar #E6291E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.62%

 BLUE value IS 30 (12.11% from 255) = 9.97%

R = 76.41%
G = 13.62%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.10

RGB Variations

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

Color information

#E6291E (or 0xE6291E) is known color: Cinnabar. HEX triplet: E6, 29 and 1E. RGB value is (230,41,30). Sum of RGB (Red+Green+Blue) = 230+41+30=301 (39% of max value = 765). Red value is 230 (90.23% from 255 or 76.41% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 30 (12.11% from 255 or 9.97% from 301); Max value from RGB is 230 - color contains mainly: red. Hex color #E6291E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6291E is #19D6E1. Grayscale: #606060. Windows color (decimal): -1693410 or 1976806. OLE color: 1976806.

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

Color convert

RGB 230 41 30 -
CMYK 0 0.82 0.87 0.10
HSL 3.3º 0.8% 0.51% -
HSV(B) 3.3º 0.87% 0.9% -
XYZ 33.66 18.5 3.03 -
YUV 96.26 90.62 223.39 -
System Red Green Blue C M Y K H S L
Decimal 230 41 30 0 0.82 0.87 0.10 3.3 0.8 0.51
Hex E6 29 1E 0 52 57 A 3 50 33
Octal 346 51 36 0 122 127 12 3 120 63
Binary 11100110 101001 11110 0 1010010 1010111 1010 11 1010000 110011

Color Harmonies of #E6291E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6291E

Black with #E6291E

Text Example


Text Example

White with #E6291E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6291E; }

 p { color: rgb(230,41,30); }

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

background-color css

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

 a { background-color: rgb(230,41,30); }

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

border-color css

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

 span { border-color: rgb(230,41,30); }

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