Html Css Color HEX #E60232 Crimson

📋 copy color: '#E60232'

red 230 ◦ green 2 ◦ blue 50

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

Shades of Crimson #E60232

Tints of Crimson #E60232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.73%

R = 81.56%
G = 0.71%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#E60232 (or 0xE60232) is known color: Crimson. HEX triplet: E6, 02 and 32. RGB value is (230,2,50). Sum of RGB (Red+Green+Blue) = 230+2+50=282 (37% of max value = 765). Red value is 230 (90.23% from 255 or 81.56% from 282); Green value is 2 (1.17% from 255 or 0.71% from 282); Blue value is 50 (19.92% from 255 or 17.73% from 282); Max value from RGB is 230 - color contains mainly: red. Hex color #E60232 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60232 is #19FDCD. Grayscale: #4B4B4B. Windows color (decimal): -1703374 or 3277542. OLE color: 3277542.

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

Color convert

RGB 230 2 50 -
CMYK 0 0.99 0.78 0.10
HSL 347.37º 0.98% 0.45% -
HSV(B) 347.37º 0.99% 0.9% -
XYZ 33.23 17.1 4.57 -
YUV 75.64 113.54 238.1 -
System Red Green Blue C M Y K H S L
Decimal 230 2 50 0 0.99 0.78 0.10 347.37 0.98 0.45
Hex E6 2 32 0 63 4E A 15B 62 2D
Octal 346 2 62 0 143 116 12 533 142 55
Binary 11100110 10 110010 0 1100011 1001110 1010 101011011 1100010 101101

Color Harmonies of #E60232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60232

Black with #E60232

Text Example


Text Example

White with #E60232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60232; }

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

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

background-color css

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

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

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

border-color css

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

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

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