Html Css Color HEX #DA112C Crimson

📋 copy color: '#DA112C'

red 218 ◦ green 17 ◦ blue 44

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

Shades of Crimson #DA112C

Tints of Crimson #DA112C

RGB

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

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

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

R = 78.14%
G = 6.09%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DA112C (or 0xDA112C) is known color: Crimson. HEX triplet: DA, 11 and 2C. RGB value is (218,17,44). Sum of RGB (Red+Green+Blue) = 218+17+44=279 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.14% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 44 (17.58% from 255 or 15.77% from 279); Max value from RGB is 218 - color contains mainly: red. Hex color #DA112C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA112C is #25EED3. Grayscale: #505050. Windows color (decimal): -2485972 or 2888154. OLE color: 2888154.

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

Color convert

RGB 218 17 44 -
CMYK 0 0.92 0.80 0.15
HSL 351.94º 0.86% 0.46% -
HSV(B) 351.94º 0.92% 0.85% -
XYZ 29.57 15.49 3.81 -
YUV 80.18 107.59 226.3 -
System Red Green Blue C M Y K H S L
Decimal 218 17 44 0 0.92 0.80 0.15 351.94 0.86 0.46
Hex DA 11 2C 0 5C 50 F 160 56 2E
Octal 332 21 54 0 134 120 17 540 126 56
Binary 11011010 10001 101100 0 1011100 1010000 1111 101100000 1010110 101110

Color Harmonies of #DA112C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA112C

Black with #DA112C

Text Example


Text Example

White with #DA112C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA112C; }

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

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

background-color css

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

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

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

border-color css

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

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

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