Html Css Color HEX #E6023E Crimson

📋 copy color: '#E6023E'

red 230 ◦ green 2 ◦ blue 62

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

Shades of Crimson #E6023E

Tints of Crimson #E6023E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.68%

 BLUE value IS 62 (24.61% from 255) = 21.09%

R = 78.23%
G = 0.68%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.10

RGB Variations

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

Color information

#E6023E (or 0xE6023E) is known color: Crimson. HEX triplet: E6, 02 and 3E. RGB value is (230,2,62). Sum of RGB (Red+Green+Blue) = 230+2+62=294 (38% of max value = 765). Red value is 230 (90.23% from 255 or 78.23% from 294); Green value is 2 (1.17% from 255 or 0.68% from 294); Blue value is 62 (24.61% from 255 or 21.09% from 294); Max value from RGB is 230 - color contains mainly: red. Hex color #E6023E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6023E is #19FDC1. Grayscale: #4D4D4D. Windows color (decimal): -1703362 or 4063974. OLE color: 4063974.

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

Color convert

RGB 230 2 62 -
CMYK 0 0.99 0.73 0.10
HSL 344.21º 0.98% 0.45% -
HSV(B) 344.21º 0.99% 0.9% -
XYZ 33.52 17.21 6.11 -
YUV 77.01 119.54 237.12 -
System Red Green Blue C M Y K H S L
Decimal 230 2 62 0 0.99 0.73 0.10 344.21 0.98 0.45
Hex E6 2 3E 0 63 49 A 158 62 2D
Octal 346 2 76 0 143 111 12 530 142 55
Binary 11100110 10 111110 0 1100011 1001001 1010 101011000 1100010 101101

Color Harmonies of #E6023E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6023E

Black with #E6023E

Text Example


Text Example

White with #E6023E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6023E; }

 p { color: rgb(230,2,62); }

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

background-color css

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

 a { background-color: rgb(230,2,62); }

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

border-color css

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

 span { border-color: rgb(230,2,62); }

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