Html Css Color HEX #E6042A Crimson

📋 copy color: '#E6042A'

red 230 ◦ green 4 ◦ blue 42

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

Shades of Crimson #E6042A

Tints of Crimson #E6042A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.45%

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

R = 83.33%
G = 1.45%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E6042A (or 0xE6042A) is known color: Crimson. HEX triplet: E6, 04 and 2A. RGB value is (230,4,42). Sum of RGB (Red+Green+Blue) = 230+4+42=276 (36% of max value = 765). Red value is 230 (90.23% from 255 or 83.33% from 276); Green value is 4 (1.95% from 255 or 1.45% from 276); Blue value is 42 (16.80% from 255 or 15.22% from 276); Max value from RGB is 230 - color contains mainly: red. Hex color #E6042A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6042A is #19FBD5. Grayscale: #4B4B4B. Windows color (decimal): -1702870 or 2753766. OLE color: 2753766.

HSL color Cylindrical-coordinate representation of color #E6042A: hue angle of 349.91º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E6042A is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 4 42 -
CMYK 0 0.98 0.82 0.10
HSL 349.91º 0.97% 0.46% -
HSV(B) 349.91º 0.98% 0.9% -
XYZ 33.09 17.08 3.74 -
YUV 75.91 108.87 237.91 -
System Red Green Blue C M Y K H S L
Decimal 230 4 42 0 0.98 0.82 0.10 349.91 0.97 0.46
Hex E6 4 2A 0 62 52 A 15E 61 2E
Octal 346 4 52 0 142 122 12 536 141 56
Binary 11100110 100 101010 0 1100010 1010010 1010 101011110 1100001 101110

Color Harmonies of #E6042A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6042A

Black with #E6042A

Text Example


Text Example

White with #E6042A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6042A; }

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

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

background-color css

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

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

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

border-color css

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

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

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