Html Css Color HEX #E6142F Crimson

📋 copy color: '#E6142F'

red 230 ◦ green 20 ◦ blue 47

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

Shades of Crimson #E6142F

Tints of Crimson #E6142F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.73%

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

R = 77.44%
G = 6.73%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#E6142F (or 0xE6142F) is known color: Crimson. HEX triplet: E6, 14 and 2F. RGB value is (230,20,47). Sum of RGB (Red+Green+Blue) = 230+20+47=297 (39% of max value = 765). Red value is 230 (90.23% from 255 or 77.44% from 297); Green value is 20 (8.20% from 255 or 6.73% from 297); Blue value is 47 (18.75% from 255 or 15.82% from 297); Max value from RGB is 230 - color contains mainly: red. Hex color #E6142F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6142F is #19EBD0. Grayscale: #555555. Windows color (decimal): -1698769 or 3085542. OLE color: 3085542.

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

Color convert

RGB 230 20 47 -
CMYK 0 0.91 0.80 0.10
HSL 352.29º 0.84% 0.49% -
HSV(B) 352.29º 0.91% 0.9% -
XYZ 33.4 17.53 4.31 -
YUV 85.87 106.07 230.8 -
System Red Green Blue C M Y K H S L
Decimal 230 20 47 0 0.91 0.80 0.10 352.29 0.84 0.49
Hex E6 14 2F 0 5B 50 A 160 54 31
Octal 346 24 57 0 133 120 12 540 124 61
Binary 11100110 10100 101111 0 1011011 1010000 1010 101100000 1010100 110001

Color Harmonies of #E6142F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6142F

Black with #E6142F

Text Example


Text Example

White with #E6142F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6142F; }

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

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

background-color css

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

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

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

border-color css

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

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

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