Html Css Color HEX #DA113D Crimson

📋 copy color: '#DA113D'

red 218 ◦ green 17 ◦ blue 61

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

Shades of Crimson #DA113D

Tints of Crimson #DA113D

RGB

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

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

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

R = 73.65%
G = 5.74%
B = 20.61%

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

#DA113D (or 0xDA113D) is known color: Crimson. HEX triplet: DA, 11 and 3D. RGB value is (218,17,61). Sum of RGB (Red+Green+Blue) = 218+17+61=296 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.65% from 296); Green value is 17 (7.03% from 255 or 5.74% from 296); Blue value is 61 (24.22% from 255 or 20.61% from 296); Max value from RGB is 218 - color contains mainly: red. Hex color #DA113D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA113D is #25EEC2. Grayscale: #525252. Windows color (decimal): -2485955 or 4002266. OLE color: 4002266.

HSL color Cylindrical-coordinate representation of color #DA113D: hue angle of 346.87º 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 #DA113D is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 17 61 -
CMYK 0 0.92 0.72 0.15
HSL 346.87º 0.86% 0.46% -
HSV(B) 346.87º 0.92% 0.85% -
XYZ 29.96 15.64 5.86 -
YUV 82.12 116.09 224.92 -
System Red Green Blue C M Y K H S L
Decimal 218 17 61 0 0.92 0.72 0.15 346.87 0.86 0.46
Hex DA 11 3D 0 5C 48 F 15B 56 2E
Octal 332 21 75 0 134 110 17 533 126 56
Binary 11011010 10001 111101 0 1011100 1001000 1111 101011011 1010110 101110

Color Harmonies of #DA113D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA113D

Black with #DA113D

Text Example


Text Example

White with #DA113D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA113D; }

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

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

background-color css

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

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

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

border-color css

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

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

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