Html Css Color HEX #E6022B Crimson

📋 copy color: '#E6022B'

red 230 ◦ green 2 ◦ blue 43

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

Shades of Crimson #E6022B

Tints of Crimson #E6022B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.73%

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

R = 83.64%
G = 0.73%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.10

RGB Variations

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

Color information

#E6022B (or 0xE6022B) is known color: Crimson. HEX triplet: E6, 02 and 2B. RGB value is (230,2,43). Sum of RGB (Red+Green+Blue) = 230+2+43=275 (36% of max value = 765). Red value is 230 (90.23% from 255 or 83.64% from 275); Green value is 2 (1.17% from 255 or 0.73% from 275); Blue value is 43 (17.19% from 255 or 15.64% from 275); Max value from RGB is 230 - color contains mainly: red. Hex color #E6022B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6022B is #19FDD4. Grayscale: #4A4A4A. Windows color (decimal): -1703381 or 2818790. OLE color: 2818790.

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

Color convert

RGB 230 2 43 -
CMYK 0 0.99 0.81 0.10
HSL 349.21º 0.98% 0.45% -
HSV(B) 349.21º 0.99% 0.9% -
XYZ 33.09 17.04 3.83 -
YUV 74.85 110.04 238.67 -
System Red Green Blue C M Y K H S L
Decimal 230 2 43 0 0.99 0.81 0.10 349.21 0.98 0.45
Hex E6 2 2B 0 63 51 A 15D 62 2D
Octal 346 2 53 0 143 121 12 535 142 55
Binary 11100110 10 101011 0 1100011 1010001 1010 101011101 1100010 101101

Color Harmonies of #E6022B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6022B

Black with #E6022B

Text Example


Text Example

White with #E6022B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6022B; }

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

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

background-color css

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

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

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

border-color css

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

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

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