Html Css Color HEX #E6512A Cinnabar

📋 copy color: '#E6512A'

red 230 ◦ green 81 ◦ blue 42

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

Shades of Cinnabar #E6512A

Tints of Cinnabar #E6512A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.95%

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

R = 65.16%
G = 22.95%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E6512A (or 0xE6512A) is known color: Cinnabar. HEX triplet: E6, 51 and 2A. RGB value is (230,81,42). Sum of RGB (Red+Green+Blue) = 230+81+42=353 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.16% from 353); Green value is 81 (32.03% from 255 or 22.95% from 353); Blue value is 42 (16.80% from 255 or 11.90% from 353); Max value from RGB is 230 - color contains mainly: red. Hex color #E6512A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6512A is #19AED5. Grayscale: #797979. Windows color (decimal): -1683158 or 2773478. OLE color: 2773478.

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

Color convert

RGB 230 81 42 -
CMYK 0 0.65 0.82 0.10
HSL 12.45º 0.79% 0.53% -
HSV(B) 12.45º 0.82% 0.9% -
XYZ 35.99 22.88 4.71 -
YUV 121.11 83.36 205.67 -
System Red Green Blue C M Y K H S L
Decimal 230 81 42 0 0.65 0.82 0.10 12.45 0.79 0.53
Hex E6 51 2A 0 41 52 A C 4F 35
Octal 346 121 52 0 101 122 12 14 117 65
Binary 11100110 1010001 101010 0 1000001 1010010 1010 1100 1001111 110101

Color Harmonies of #E6512A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6512A

Black with #E6512A

Text Example


Text Example

White with #E6512A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6512A; }

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

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

background-color css

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

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

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

border-color css

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

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

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