Html Css Color HEX #E6063A Crimson

📋 copy color: '#E6063A'

red 230 ◦ green 6 ◦ blue 58

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

Shades of Crimson #E6063A

Tints of Crimson #E6063A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.73%

R = 78.23%
G = 2.04%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.10

RGB Variations

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

Color information

#E6063A (or 0xE6063A) is known color: Crimson. HEX triplet: E6, 06 and 3A. RGB value is (230,6,58). Sum of RGB (Red+Green+Blue) = 230+6+58=294 (38% of max value = 765). Red value is 230 (90.23% from 255 or 78.23% from 294); Green value is 6 (2.73% from 255 or 2.04% from 294); Blue value is 58 (23.05% from 255 or 19.73% from 294); Max value from RGB is 230 - color contains mainly: red. Hex color #E6063A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6063A is #19F9C5. Grayscale: #4E4E4E. Windows color (decimal): -1702342 or 3802854. OLE color: 3802854.

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

Color convert

RGB 230 6 58 -
CMYK 0 0.97 0.75 0.10
HSL 346.07º 0.95% 0.46% -
HSV(B) 346.07º 0.97% 0.9% -
XYZ 33.46 17.26 5.57 -
YUV 78.9 116.21 235.77 -
System Red Green Blue C M Y K H S L
Decimal 230 6 58 0 0.97 0.75 0.10 346.07 0.95 0.46
Hex E6 6 3A 0 61 4B A 15A 5F 2E
Octal 346 6 72 0 141 113 12 532 137 56
Binary 11100110 110 111010 0 1100001 1001011 1010 101011010 1011111 101110

Color Harmonies of #E6063A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6063A

Black with #E6063A

Text Example


Text Example

White with #E6063A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6063A; }

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

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

background-color css

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

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

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

border-color css

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

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

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