Html Css Color HEX #E6412A Cinnabar

📋 copy color: '#E6412A'

red 230 ◦ green 65 ◦ blue 42

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

Shades of Cinnabar #E6412A

Tints of Cinnabar #E6412A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.46%

R = 68.25%
G = 19.29%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E6412A (or 0xE6412A) is known color: Cinnabar. HEX triplet: E6, 41 and 2A. RGB value is (230,65,42). Sum of RGB (Red+Green+Blue) = 230+65+42=337 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.25% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 42 (16.80% from 255 or 12.46% from 337); Max value from RGB is 230 - color contains mainly: red. Hex color #E6412A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6412A is #19BED5. Grayscale: #6F6F6F. Windows color (decimal): -1687254 or 2769382. OLE color: 2769382.

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

Color convert

RGB 230 65 42 -
CMYK 0 0.72 0.82 0.10
HSL 7.34º 0.79% 0.53% -
HSV(B) 7.34º 0.82% 0.9% -
XYZ 34.94 20.77 4.36 -
YUV 111.71 88.66 212.37 -
System Red Green Blue C M Y K H S L
Decimal 230 65 42 0 0.72 0.82 0.10 7.34 0.79 0.53
Hex E6 41 2A 0 48 52 A 7 4F 35
Octal 346 101 52 0 110 122 12 7 117 65
Binary 11100110 1000001 101010 0 1001000 1010010 1010 111 1001111 110101

Color Harmonies of #E6412A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6412A

Black with #E6412A

Text Example


Text Example

White with #E6412A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6412A; }

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

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

background-color css

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

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

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

border-color css

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

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

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