Html Css Color HEX #DA113C Crimson

📋 copy color: '#DA113C'

red 218 ◦ green 17 ◦ blue 60

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

Shades of Crimson #DA113C

Tints of Crimson #DA113C

RGB

 RED value IS 218 (85.55% from 255) = 73.9%

 GREEN value IS 17 (7.03% from 255) = 5.76%

 BLUE value IS 60 (23.83% from 255) = 20.34%

R = 73.9%
G = 5.76%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DA113C (or 0xDA113C) is known color: Crimson. HEX triplet: DA, 11 and 3C. RGB value is (218,17,60). Sum of RGB (Red+Green+Blue) = 218+17+60=295 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.90% from 295); Green value is 17 (7.03% from 255 or 5.76% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 218 - color contains mainly: red. Hex color #DA113C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA113C is #25EEC3. Grayscale: #525252. Windows color (decimal): -2485956 or 3936730. OLE color: 3936730.

HSL color Cylindrical-coordinate representation of color #DA113C: hue angle of 347.16º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA113C is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 17 60 -
CMYK 0 0.92 0.72 0.15
HSL 347.16º 0.86% 0.46% -
HSV(B) 347.16º 0.92% 0.85% -
XYZ 29.93 15.63 5.71 -
YUV 82 115.59 225 -
System Red Green Blue C M Y K H S L
Decimal 218 17 60 0 0.92 0.72 0.15 347.16 0.86 0.46
Hex DA 11 3C 0 5C 48 F 15B 56 2E
Octal 332 21 74 0 134 110 17 533 126 56
Binary 11011010 10001 111100 0 1011100 1001000 1111 101011011 1010110 101110

Color Harmonies of #DA113C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA113C

Black with #DA113C

Text Example


Text Example

White with #DA113C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA113C; }

 p { color: rgb(218,17,60); }

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

background-color css

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

 a { background-color: rgb(218,17,60); }

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

border-color css

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

 span { border-color: rgb(218,17,60); }

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