Html Css Color HEX #E6023C Crimson

📋 copy color: '#E6023C'

red 230 ◦ green 2 ◦ blue 60

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

Shades of Crimson #E6023C

Tints of Crimson #E6023C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.55%

R = 78.77%
G = 0.68%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.10

RGB Variations

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

Color information

#E6023C (or 0xE6023C) is known color: Crimson. HEX triplet: E6, 02 and 3C. RGB value is (230,2,60). Sum of RGB (Red+Green+Blue) = 230+2+60=292 (38% of max value = 765). Red value is 230 (90.23% from 255 or 78.77% from 292); Green value is 2 (1.17% from 255 or 0.68% from 292); Blue value is 60 (23.83% from 255 or 20.55% from 292); Max value from RGB is 230 - color contains mainly: red. Hex color #E6023C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6023C is #19FDC3. Grayscale: #4C4C4C. Windows color (decimal): -1703364 or 3932902. OLE color: 3932902.

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

Color convert

RGB 230 2 60 -
CMYK 0 0.99 0.74 0.10
HSL 344.74º 0.98% 0.45% -
HSV(B) 344.74º 0.99% 0.9% -
XYZ 33.47 17.19 5.83 -
YUV 76.78 118.54 237.28 -
System Red Green Blue C M Y K H S L
Decimal 230 2 60 0 0.99 0.74 0.10 344.74 0.98 0.45
Hex E6 2 3C 0 63 4A A 159 62 2D
Octal 346 2 74 0 143 112 12 531 142 55
Binary 11100110 10 111100 0 1100011 1001010 1010 101011001 1100010 101101

Color Harmonies of #E6023C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6023C

Black with #E6023C

Text Example


Text Example

White with #E6023C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6023C; }

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

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

background-color css

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

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

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

border-color css

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

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

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