Html Css Color HEX #E6023F Crimson

📋 copy color: '#E6023F'

red 230 ◦ green 2 ◦ blue 63

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

Shades of Crimson #E6023F

Tints of Crimson #E6023F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.36%

R = 77.97%
G = 0.68%
B = 21.36%

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

#E6023F (or 0xE6023F) is known color: Crimson. HEX triplet: E6, 02 and 3F. RGB value is (230,2,63). Sum of RGB (Red+Green+Blue) = 230+2+63=295 (39% of max value = 765). Red value is 230 (90.23% from 255 or 77.97% from 295); Green value is 2 (1.17% from 255 or 0.68% from 295); Blue value is 63 (25% from 255 or 21.36% from 295); Max value from RGB is 230 - color contains mainly: red. Hex color #E6023F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6023F is #19FDC0. Grayscale: #4D4D4D. Windows color (decimal): -1703361 or 4129510. OLE color: 4129510.

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

Color convert

RGB 230 2 63 -
CMYK 0 0.99 0.73 0.10
HSL 343.95º 0.98% 0.45% -
HSV(B) 343.95º 0.99% 0.9% -
XYZ 33.55 17.23 6.26 -
YUV 77.13 120.04 237.04 -
System Red Green Blue C M Y K H S L
Decimal 230 2 63 0 0.99 0.73 0.10 343.95 0.98 0.45
Hex E6 2 3F 0 63 49 A 158 62 2D
Octal 346 2 77 0 143 111 12 530 142 55
Binary 11100110 10 111111 0 1100011 1001001 1010 101011000 1100010 101101

Color Harmonies of #E6023F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6023F

Black with #E6023F

Text Example


Text Example

White with #E6023F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6023F; }

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

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

background-color css

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

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

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

border-color css

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

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

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