Html Css Color HEX #E6042F Crimson

📋 copy color: '#E6042F'

red 230 ◦ green 4 ◦ blue 47

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

Shades of Crimson #E6042F

Tints of Crimson #E6042F

RGB

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

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

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

R = 81.85%
G = 1.42%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#E6042F (or 0xE6042F) is known color: Crimson. HEX triplet: E6, 04 and 2F. RGB value is (230,4,47). Sum of RGB (Red+Green+Blue) = 230+4+47=281 (37% of max value = 765). Red value is 230 (90.23% from 255 or 81.85% from 281); Green value is 4 (1.95% from 255 or 1.42% from 281); Blue value is 47 (18.75% from 255 or 16.73% from 281); Max value from RGB is 230 - color contains mainly: red. Hex color #E6042F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6042F is #19FBD0. Grayscale: #4C4C4C. Windows color (decimal): -1702865 or 3081446. OLE color: 3081446.

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

Color convert

RGB 230 4 47 -
CMYK 0 0.98 0.80 0.10
HSL 348.58º 0.97% 0.46% -
HSV(B) 348.58º 0.98% 0.9% -
XYZ 33.19 17.12 4.24 -
YUV 76.48 111.37 237.5 -
System Red Green Blue C M Y K H S L
Decimal 230 4 47 0 0.98 0.80 0.10 348.58 0.97 0.46
Hex E6 4 2F 0 62 50 A 15D 61 2E
Octal 346 4 57 0 142 120 12 535 141 56
Binary 11100110 100 101111 0 1100010 1010000 1010 101011101 1100001 101110

Color Harmonies of #E6042F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6042F

Black with #E6042F

Text Example


Text Example

White with #E6042F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6042F; }

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

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

background-color css

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

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

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

border-color css

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

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

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