Html Css Color HEX #E3062A Crimson

📋 copy color: '#E3062A'

red 227 ◦ green 6 ◦ blue 42

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

Shades of Crimson #E3062A

Tints of Crimson #E3062A

RGB

 RED value IS 227 (89.06% from 255) = 82.55%

 GREEN value IS 6 (2.73% from 255) = 2.18%

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

R = 82.55%
G = 2.18%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#E3062A (or 0xE3062A) is known color: Crimson. HEX triplet: E3, 06 and 2A. RGB value is (227,6,42). Sum of RGB (Red+Green+Blue) = 227+6+42=275 (36% of max value = 765). Red value is 227 (89.06% from 255 or 82.55% from 275); Green value is 6 (2.73% from 255 or 2.18% from 275); Blue value is 42 (16.80% from 255 or 15.27% from 275); Max value from RGB is 227 - color contains mainly: red. Hex color #E3062A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3062A is #1CF9D5. Grayscale: #4C4C4C. Windows color (decimal): -1898966 or 2754275. OLE color: 2754275.

HSL color Cylindrical-coordinate representation of color #E3062A: hue angle of 350.23º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E3062A is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 6 42 -
CMYK 0 0.97 0.81 0.11
HSL 350.23º 0.95% 0.46% -
HSV(B) 350.23º 0.97% 0.89% -
XYZ 32.16 16.63 3.7 -
YUV 76.18 108.72 235.57 -
System Red Green Blue C M Y K H S L
Decimal 227 6 42 0 0.97 0.81 0.11 350.23 0.95 0.46
Hex E3 6 2A 0 61 51 B 15E 5F 2E
Octal 343 6 52 0 141 121 13 536 137 56
Binary 11100011 110 101010 0 1100001 1010001 1011 101011110 1011111 101110

Color Harmonies of #E3062A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3062A

Black with #E3062A

Text Example


Text Example

White with #E3062A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3062A; }

 p { color: rgb(227,6,42); }

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

background-color css

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

 a { background-color: rgb(227,6,42); }

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

border-color css

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

 span { border-color: rgb(227,6,42); }

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