Html Css Color HEX #E6162F Crimson

📋 copy color: '#E6162F'

red 230 ◦ green 22 ◦ blue 47

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

Shades of Crimson #E6162F

Tints of Crimson #E6162F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.36%

 BLUE value IS 47 (18.75% from 255) = 15.72%

R = 76.92%
G = 7.36%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#E6162F (or 0xE6162F) is known color: Crimson. HEX triplet: E6, 16 and 2F. RGB value is (230,22,47). Sum of RGB (Red+Green+Blue) = 230+22+47=299 (39% of max value = 765). Red value is 230 (90.23% from 255 or 76.92% from 299); Green value is 22 (8.98% from 255 or 7.36% from 299); Blue value is 47 (18.75% from 255 or 15.72% from 299); Max value from RGB is 230 - color contains mainly: red. Hex color #E6162F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6162F is #19E9D0. Grayscale: #575757. Windows color (decimal): -1698257 or 3086054. OLE color: 3086054.

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

Color convert

RGB 230 22 47 -
CMYK 0 0.90 0.80 0.10
HSL 352.79º 0.83% 0.49% -
HSV(B) 352.79º 0.9% 0.9% -
XYZ 33.43 17.6 4.32 -
YUV 87.04 105.41 229.97 -
System Red Green Blue C M Y K H S L
Decimal 230 22 47 0 0.90 0.80 0.10 352.79 0.83 0.49
Hex E6 16 2F 0 5A 50 A 161 53 31
Octal 346 26 57 0 132 120 12 541 123 61
Binary 11100110 10110 101111 0 1011010 1010000 1010 101100001 1010011 110001

Color Harmonies of #E6162F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6162F

Black with #E6162F

Text Example


Text Example

White with #E6162F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6162F; }

 p { color: rgb(230,22,47); }

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

background-color css

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

 a { background-color: rgb(230,22,47); }

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

border-color css

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

 span { border-color: rgb(230,22,47); }

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