Html Css Color HEX #E6012B Crimson

📋 copy color: '#E6012B'

red 230 ◦ green 1 ◦ blue 43

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

Shades of Crimson #E6012B

Tints of Crimson #E6012B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.69%

R = 83.94%
G = 0.36%
B = 15.69%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.81

 K value IS 0.10

RGB Variations

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

Color information

#E6012B (or 0xE6012B) is known color: Crimson. HEX triplet: E6, 01 and 2B. RGB value is (230,1,43). Sum of RGB (Red+Green+Blue) = 230+1+43=274 (36% of max value = 765). Red value is 230 (90.23% from 255 or 83.94% from 274); Green value is 1 (0.78% from 255 or 0.36% from 274); Blue value is 43 (17.19% from 255 or 15.69% from 274); Max value from RGB is 230 - color contains mainly: red. Hex color #E6012B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6012B is #19FED4. Grayscale: #4A4A4A. Windows color (decimal): -1703637 or 2818534. OLE color: 2818534.

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

Color convert

RGB 230 1 43 -
CMYK 0 1.00 0.81 0.10
HSL 349º 0.99% 0.45% -
HSV(B) 349º 1% 0.9% -
XYZ 33.08 17.02 3.83 -
YUV 74.26 110.37 239.08 -
System Red Green Blue C M Y K H S L
Decimal 230 1 43 0 1.00 0.81 0.10 349 0.99 0.45
Hex E6 1 2B 0 64 51 A 15D 63 2D
Octal 346 1 53 0 144 121 12 535 143 55
Binary 11100110 1 101011 0 1100100 1010001 1010 101011101 1100011 101101

Color Harmonies of #E6012B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6012B

Black with #E6012B

Text Example


Text Example

White with #E6012B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6012B; }

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

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

background-color css

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

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

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

border-color css

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

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

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