Html Css Color HEX #E6022D Crimson

📋 copy color: '#E6022D'

red 230 ◦ green 2 ◦ blue 45

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

Shades of Crimson #E6022D

Tints of Crimson #E6022D

RGB

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

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

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

R = 83.03%
G = 0.72%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#E6022D (or 0xE6022D) is known color: Crimson. HEX triplet: E6, 02 and 2D. RGB value is (230,2,45). Sum of RGB (Red+Green+Blue) = 230+2+45=277 (36% of max value = 765). Red value is 230 (90.23% from 255 or 83.03% from 277); Green value is 2 (1.17% from 255 or 0.72% from 277); Blue value is 45 (17.97% from 255 or 16.25% from 277); Max value from RGB is 230 - color contains mainly: red. Hex color #E6022D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6022D is #19FDD2. Grayscale: #4B4B4B. Windows color (decimal): -1703379 or 2949862. OLE color: 2949862.

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

Color convert

RGB 230 2 45 -
CMYK 0 0.99 0.80 0.10
HSL 348.68º 0.98% 0.45% -
HSV(B) 348.68º 0.99% 0.9% -
XYZ 33.13 17.06 4.03 -
YUV 75.07 111.04 238.5 -
System Red Green Blue C M Y K H S L
Decimal 230 2 45 0 0.99 0.80 0.10 348.68 0.98 0.45
Hex E6 2 2D 0 63 50 A 15D 62 2D
Octal 346 2 55 0 143 120 12 535 142 55
Binary 11100110 10 101101 0 1100011 1010000 1010 101011101 1100010 101101

Color Harmonies of #E6022D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6022D

Black with #E6022D

Text Example


Text Example

White with #E6022D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6022D; }

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

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

background-color css

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

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

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

border-color css

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

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

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