Html Css Color HEX #E6012D Crimson

📋 copy color: '#E6012D'

red 230 ◦ green 1 ◦ blue 45

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

Shades of Crimson #E6012D

Tints of Crimson #E6012D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.3%

R = 83.33%
G = 0.36%
B = 16.3%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#E6012D (or 0xE6012D) is known color: Crimson. HEX triplet: E6, 01 and 2D. RGB value is (230,1,45). Sum of RGB (Red+Green+Blue) = 230+1+45=276 (36% of max value = 765). Red value is 230 (90.23% from 255 or 83.33% from 276); Green value is 1 (0.78% from 255 or 0.36% from 276); Blue value is 45 (17.97% from 255 or 16.30% from 276); Max value from RGB is 230 - color contains mainly: red. Hex color #E6012D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6012D is #19FED2. Grayscale: #4A4A4A. Windows color (decimal): -1703635 or 2949606. OLE color: 2949606.

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

Color convert

RGB 230 1 45 -
CMYK 0 1.00 0.80 0.10
HSL 348.47º 0.99% 0.45% -
HSV(B) 348.47º 1% 0.9% -
XYZ 33.12 17.03 4.03 -
YUV 74.49 111.37 238.92 -
System Red Green Blue C M Y K H S L
Decimal 230 1 45 0 1.00 0.80 0.10 348.47 0.99 0.45
Hex E6 1 2D 0 64 50 A 15C 63 2D
Octal 346 1 55 0 144 120 12 534 143 55
Binary 11100110 1 101101 0 1100100 1010000 1010 101011100 1100011 101101

Color Harmonies of #E6012D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6012D

Black with #E6012D

Text Example


Text Example

White with #E6012D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6012D; }

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

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

background-color css

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

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

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

border-color css

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

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

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