Html Css Color HEX #E6063C Crimson

📋 copy color: '#E6063C'

red 230 ◦ green 6 ◦ blue 60

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

Shades of Crimson #E6063C

Tints of Crimson #E6063C

RGB

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

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

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

R = 77.7%
G = 2.03%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.10

RGB Variations

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

Color information

#E6063C (or 0xE6063C) is known color: Crimson. HEX triplet: E6, 06 and 3C. RGB value is (230,6,60). Sum of RGB (Red+Green+Blue) = 230+6+60=296 (39% of max value = 765). Red value is 230 (90.23% from 255 or 77.70% from 296); Green value is 6 (2.73% from 255 or 2.03% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 230 - color contains mainly: red. Hex color #E6063C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6063C is #19F9C3. Grayscale: #4F4F4F. Windows color (decimal): -1702340 or 3933926. OLE color: 3933926.

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

Color convert

RGB 230 6 60 -
CMYK 0 0.97 0.74 0.10
HSL 345.54º 0.95% 0.46% -
HSV(B) 345.54º 0.97% 0.9% -
XYZ 33.51 17.28 5.84 -
YUV 79.13 117.21 235.61 -
System Red Green Blue C M Y K H S L
Decimal 230 6 60 0 0.97 0.74 0.10 345.54 0.95 0.46
Hex E6 6 3C 0 61 4A A 15A 5F 2E
Octal 346 6 74 0 141 112 12 532 137 56
Binary 11100110 110 111100 0 1100001 1001010 1010 101011010 1011111 101110

Color Harmonies of #E6063C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6063C

Black with #E6063C

Text Example


Text Example

White with #E6063C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6063C; }

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

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

background-color css

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

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

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

border-color css

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

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

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