Html Css Color HEX #E6052C Crimson

📋 copy color: '#E6052C'

red 230 ◦ green 5 ◦ blue 44

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

Shades of Crimson #E6052C

Tints of Crimson #E6052C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.79%

 BLUE value IS 44 (17.58% from 255) = 15.77%

R = 82.44%
G = 1.79%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.10

RGB Variations

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

Color information

#E6052C (or 0xE6052C) is known color: Crimson. HEX triplet: E6, 05 and 2C. RGB value is (230,5,44). Sum of RGB (Red+Green+Blue) = 230+5+44=279 (36% of max value = 765). Red value is 230 (90.23% from 255 or 82.44% from 279); Green value is 5 (2.34% from 255 or 1.79% from 279); Blue value is 44 (17.58% from 255 or 15.77% from 279); Max value from RGB is 230 - color contains mainly: red. Hex color #E6052C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6052C is #19FAD3. Grayscale: #4C4C4C. Windows color (decimal): -1702612 or 2885094. OLE color: 2885094.

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

Color convert

RGB 230 5 44 -
CMYK 0 0.98 0.81 0.10
HSL 349.6º 0.96% 0.46% -
HSV(B) 349.6º 0.98% 0.9% -
XYZ 33.14 17.11 3.94 -
YUV 76.72 109.54 237.33 -
System Red Green Blue C M Y K H S L
Decimal 230 5 44 0 0.98 0.81 0.10 349.6 0.96 0.46
Hex E6 5 2C 0 62 51 A 15E 60 2E
Octal 346 5 54 0 142 121 12 536 140 56
Binary 11100110 101 101100 0 1100010 1010001 1010 101011110 1100000 101110

Color Harmonies of #E6052C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6052C

Black with #E6052C

Text Example


Text Example

White with #E6052C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6052C; }

 p { color: rgb(230,5,44); }

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

background-color css

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

 a { background-color: rgb(230,5,44); }

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

border-color css

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

 span { border-color: rgb(230,5,44); }

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