Html Css Color HEX #DA114C Crimson

📋 copy color: '#DA114C'

red 218 ◦ green 17 ◦ blue 76

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

Shades of Crimson #DA114C

Tints of Crimson #DA114C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.44%

R = 70.1%
G = 5.47%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DA114C (or 0xDA114C) is known color: Crimson. HEX triplet: DA, 11 and 4C. RGB value is (218,17,76). Sum of RGB (Red+Green+Blue) = 218+17+76=311 (41% of max value = 765). Red value is 218 (85.55% from 255 or 70.10% from 311); Green value is 17 (7.03% from 255 or 5.47% from 311); Blue value is 76 (30.08% from 255 or 24.44% from 311); Max value from RGB is 218 - color contains mainly: red. Hex color #DA114C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA114C is #25EEB3. Grayscale: #535353. Windows color (decimal): -2485940 or 4985306. OLE color: 4985306.

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

Color convert

RGB 218 17 76 -
CMYK 0 0.92 0.65 0.15
HSL 342.39º 0.86% 0.46% -
HSV(B) 342.39º 0.92% 0.85% -
XYZ 30.42 15.83 8.29 -
YUV 83.83 123.59 223.7 -
System Red Green Blue C M Y K H S L
Decimal 218 17 76 0 0.92 0.65 0.15 342.39 0.86 0.46
Hex DA 11 4C 0 5C 41 F 156 56 2E
Octal 332 21 114 0 134 101 17 526 126 56
Binary 11011010 10001 1001100 0 1011100 1000001 1111 101010110 1010110 101110

Color Harmonies of #DA114C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA114C

Black with #DA114C

Text Example


Text Example

White with #DA114C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA114C; }

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

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

background-color css

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

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

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

border-color css

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

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

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