Html Css Color HEX #E6312D Cinnabar

📋 copy color: '#E6312D'

red 230 ◦ green 49 ◦ blue 45

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

Shades of Cinnabar #E6312D

Tints of Cinnabar #E6312D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.12%

 BLUE value IS 45 (17.97% from 255) = 13.89%

R = 70.99%
G = 15.12%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#E6312D (or 0xE6312D) is known color: Cinnabar. HEX triplet: E6, 31 and 2D. RGB value is (230,49,45). Sum of RGB (Red+Green+Blue) = 230+49+45=324 (42% of max value = 765). Red value is 230 (90.23% from 255 or 70.99% from 324); Green value is 49 (19.53% from 255 or 15.12% from 324); Blue value is 45 (17.97% from 255 or 13.89% from 324); Max value from RGB is 230 - color contains mainly: red. Hex color #E6312D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6312D is #19CED2. Grayscale: #666666. Windows color (decimal): -1691347 or 2961894. OLE color: 2961894.

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

Color convert

RGB 230 49 45 -
CMYK 0 0.79 0.80 0.10
HSL 1.3º 0.79% 0.54% -
HSV(B) 1.3º 0.8% 0.9% -
XYZ 34.21 19.21 4.39 -
YUV 102.66 95.47 218.83 -
System Red Green Blue C M Y K H S L
Decimal 230 49 45 0 0.79 0.80 0.10 1.3 0.79 0.54
Hex E6 31 2D 0 4F 50 A 1 4F 36
Octal 346 61 55 0 117 120 12 1 117 66
Binary 11100110 110001 101101 0 1001111 1010000 1010 1 1001111 110110

Color Harmonies of #E6312D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6312D

Black with #E6312D

Text Example


Text Example

White with #E6312D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6312D; }

 p { color: rgb(230,49,45); }

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

background-color css

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

 a { background-color: rgb(230,49,45); }

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

border-color css

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

 span { border-color: rgb(230,49,45); }

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