Html Css Color HEX #E6462A Cinnabar

📋 copy color: '#E6462A'

red 230 ◦ green 70 ◦ blue 42

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

Shades of Cinnabar #E6462A

Tints of Cinnabar #E6462A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.47%

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

R = 67.25%
G = 20.47%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E6462A (or 0xE6462A) is known color: Cinnabar. HEX triplet: E6, 46 and 2A. RGB value is (230,70,42). Sum of RGB (Red+Green+Blue) = 230+70+42=342 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.25% from 342); Green value is 70 (27.73% from 255 or 20.47% from 342); Blue value is 42 (16.80% from 255 or 12.28% from 342); Max value from RGB is 230 - color contains mainly: red. Hex color #E6462A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6462A is #19B9D5. Grayscale: #727272. Windows color (decimal): -1685974 or 2770662. OLE color: 2770662.

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

Color convert

RGB 230 70 42 -
CMYK 0 0.70 0.82 0.10
HSL 8.94º 0.79% 0.53% -
HSV(B) 8.94º 0.82% 0.9% -
XYZ 35.24 21.37 4.46 -
YUV 114.65 87.01 210.28 -
System Red Green Blue C M Y K H S L
Decimal 230 70 42 0 0.70 0.82 0.10 8.94 0.79 0.53
Hex E6 46 2A 0 46 52 A 9 4F 35
Octal 346 106 52 0 106 122 12 11 117 65
Binary 11100110 1000110 101010 0 1000110 1010010 1010 1001 1001111 110101

Color Harmonies of #E6462A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6462A

Black with #E6462A

Text Example


Text Example

White with #E6462A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6462A; }

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

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

background-color css

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

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

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

border-color css

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

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

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