Html Css Color HEX #E6012F Crimson

📋 copy color: '#E6012F'

red 230 ◦ green 1 ◦ blue 47

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

Shades of Crimson #E6012F

Tints of Crimson #E6012F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.91%

R = 82.73%
G = 0.36%
B = 16.91%

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

#E6012F (or 0xE6012F) is known color: Crimson. HEX triplet: E6, 01 and 2F. RGB value is (230,1,47). Sum of RGB (Red+Green+Blue) = 230+1+47=278 (36% of max value = 765). Red value is 230 (90.23% from 255 or 82.73% from 278); Green value is 1 (0.78% from 255 or 0.36% from 278); Blue value is 47 (18.75% from 255 or 16.91% from 278); Max value from RGB is 230 - color contains mainly: red. Hex color #E6012F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6012F is #19FED0. Grayscale: #4A4A4A. Windows color (decimal): -1703633 or 3080678. OLE color: 3080678.

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

Color convert

RGB 230 1 47 -
CMYK 0 1.00 0.80 0.10
HSL 347.95º 0.99% 0.45% -
HSV(B) 347.95º 1% 0.9% -
XYZ 33.16 17.05 4.23 -
YUV 74.72 112.37 238.76 -
System Red Green Blue C M Y K H S L
Decimal 230 1 47 0 1.00 0.80 0.10 347.95 0.99 0.45
Hex E6 1 2F 0 64 50 A 15C 63 2D
Octal 346 1 57 0 144 120 12 534 143 55
Binary 11100110 1 101111 0 1100100 1010000 1010 101011100 1100011 101101

Color Harmonies of #E6012F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6012F

Black with #E6012F

Text Example


Text Example

White with #E6012F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6012F; }

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

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

background-color css

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

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

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

border-color css

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

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

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