Html Css Color HEX #E6002B Crimson

📋 copy color: '#E6002B'

red 230 ◦ green 0 ◦ blue 43

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

Shades of Crimson #E6002B

Tints of Crimson #E6002B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 84.25%
G = 0%
B = 15.75%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.10

RGB Variations

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

Color information

#E6002B (or 0xE6002B) is known color: Crimson. HEX triplet: E6, 00 and 2B. RGB value is (230,0,43). Sum of RGB (Red+Green+Blue) = 230+0+43=273 (36% of max value = 765). Red value is 230 (90.23% from 255 or 84.25% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 43 (17.19% from 255 or 15.75% from 273); Max value from RGB is 230 - color contains mainly: red. Hex color #E6002B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6002B is #19FFD4. Grayscale: #494949. Windows color (decimal): -1703893 or 2818278. OLE color: 2818278.

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

Color convert

RGB 230 0 43 -
CMYK 0 1 0.81 0.10
HSL 348.78º 1% 0.45% -
HSV(B) 348.78º 1% 0.9% -
XYZ 33.07 17 3.82 -
YUV 73.67 110.7 239.5 -
System Red Green Blue C M Y K H S L
Decimal 230 0 43 0 1 0.81 0.10 348.78 1 0.45
Hex E6 0 2B 0 64 51 A 15D 64 2D
Octal 346 0 53 0 144 121 12 535 144 55
Binary 11100110 0 101011 0 1100100 1010001 1010 101011101 1100100 101101

Color Harmonies of #E6002B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6002B

Black with #E6002B

Text Example


Text Example

White with #E6002B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6002B; }

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

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

background-color css

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

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

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

border-color css

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

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

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