Html Css Color HEX #E60B3D Crimson

📋 copy color: '#E60B3D'

red 230 ◦ green 11 ◦ blue 61

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

Shades of Crimson #E60B3D

Tints of Crimson #E60B3D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.64%

 BLUE value IS 61 (24.22% from 255) = 20.2%

R = 76.16%
G = 3.64%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.73

 K value IS 0.10

RGB Variations

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

Color information

#E60B3D (or 0xE60B3D) is known color: Crimson. HEX triplet: E6, 0B and 3D. RGB value is (230,11,61). Sum of RGB (Red+Green+Blue) = 230+11+61=302 (40% of max value = 765). Red value is 230 (90.23% from 255 or 76.16% from 302); Green value is 11 (4.69% from 255 or 3.64% from 302); Blue value is 61 (24.22% from 255 or 20.20% from 302); Max value from RGB is 230 - color contains mainly: red. Hex color #E60B3D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60B3D is #19F4C2. Grayscale: #525252. Windows color (decimal): -1701059 or 4000742. OLE color: 4000742.

HSL color Cylindrical-coordinate representation of color #E60B3D: hue angle of 346.3º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E60B3D is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 11 61 -
CMYK 0 0.95 0.73 0.10
HSL 346.3º 0.91% 0.47% -
HSV(B) 346.3º 0.95% 0.9% -
XYZ 33.6 17.4 6 -
YUV 82.18 116.05 233.43 -
System Red Green Blue C M Y K H S L
Decimal 230 11 61 0 0.95 0.73 0.10 346.3 0.91 0.47
Hex E6 B 3D 0 5F 49 A 15A 5B 2F
Octal 346 13 75 0 137 111 12 532 133 57
Binary 11100110 1011 111101 0 1011111 1001001 1010 101011010 1011011 101111

Color Harmonies of #E60B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60B3D

Black with #E60B3D

Text Example


Text Example

White with #E60B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60B3D; }

 p { color: rgb(230,11,61); }

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

background-color css

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

 a { background-color: rgb(230,11,61); }

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

border-color css

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

 span { border-color: rgb(230,11,61); }

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