Html Css Color HEX #E6013D Crimson

📋 copy color: '#E6013D'

red 230 ◦ green 1 ◦ blue 61

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

Shades of Crimson #E6013D

Tints of Crimson #E6013D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

 BLUE value IS 61 (24.22% from 255) = 20.89%

R = 78.77%
G = 0.34%
B = 20.89%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.73

 K value IS 0.10

RGB Variations

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

Color information

#E6013D (or 0xE6013D) is known color: Crimson. HEX triplet: E6, 01 and 3D. RGB value is (230,1,61). Sum of RGB (Red+Green+Blue) = 230+1+61=292 (38% of max value = 765). Red value is 230 (90.23% from 255 or 78.77% from 292); Green value is 1 (0.78% from 255 or 0.34% from 292); Blue value is 61 (24.22% from 255 or 20.89% from 292); Max value from RGB is 230 - color contains mainly: red. Hex color #E6013D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6013D is #19FEC2. Grayscale: #4C4C4C. Windows color (decimal): -1703619 or 3998182. OLE color: 3998182.

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

Color convert

RGB 230 1 61 -
CMYK 0 1.00 0.73 0.10
HSL 344.28º 0.99% 0.45% -
HSV(B) 344.28º 1% 0.9% -
XYZ 33.49 17.18 5.97 -
YUV 76.31 119.37 237.62 -
System Red Green Blue C M Y K H S L
Decimal 230 1 61 0 1.00 0.73 0.10 344.28 0.99 0.45
Hex E6 1 3D 0 64 49 A 158 63 2D
Octal 346 1 75 0 144 111 12 530 143 55
Binary 11100110 1 111101 0 1100100 1001001 1010 101011000 1100011 101101

Color Harmonies of #E6013D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6013D

Black with #E6013D

Text Example


Text Example

White with #E6013D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6013D; }

 p { color: rgb(230,1,61); }

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

background-color css

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

 a { background-color: rgb(230,1,61); }

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

border-color css

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

 span { border-color: rgb(230,1,61); }

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