Html Css Color HEX #E6412C Cinnabar

📋 copy color: '#E6412C'

red 230 ◦ green 65 ◦ blue 44

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

Shades of Cinnabar #E6412C

Tints of Cinnabar #E6412C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.17%

 BLUE value IS 44 (17.58% from 255) = 12.98%

R = 67.85%
G = 19.17%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.10

RGB Variations

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

Color information

#E6412C (or 0xE6412C) is known color: Cinnabar. HEX triplet: E6, 41 and 2C. RGB value is (230,65,44). Sum of RGB (Red+Green+Blue) = 230+65+44=339 (44% of max value = 765). Red value is 230 (90.23% from 255 or 67.85% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 44 (17.58% from 255 or 12.98% from 339); Max value from RGB is 230 - color contains mainly: red. Hex color #E6412C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6412C is #19BED3. Grayscale: #707070. Windows color (decimal): -1687252 or 2900454. OLE color: 2900454.

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

Color convert

RGB 230 65 44 -
CMYK 0 0.72 0.81 0.10
HSL 6.77º 0.79% 0.54% -
HSV(B) 6.77º 0.81% 0.9% -
XYZ 34.98 20.79 4.55 -
YUV 111.94 89.66 212.21 -
System Red Green Blue C M Y K H S L
Decimal 230 65 44 0 0.72 0.81 0.10 6.77 0.79 0.54
Hex E6 41 2C 0 48 51 A 7 4F 36
Octal 346 101 54 0 110 121 12 7 117 66
Binary 11100110 1000001 101100 0 1001000 1010001 1010 111 1001111 110110

Color Harmonies of #E6412C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6412C

Black with #E6412C

Text Example


Text Example

White with #E6412C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6412C; }

 p { color: rgb(230,65,44); }

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

background-color css

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

 a { background-color: rgb(230,65,44); }

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

border-color css

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

 span { border-color: rgb(230,65,44); }

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