Html Css Color HEX #DA103C Crimson

📋 copy color: '#DA103C'

red 218 ◦ green 16 ◦ blue 60

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

Shades of Crimson #DA103C

Tints of Crimson #DA103C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.44%

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

R = 74.15%
G = 5.44%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DA103C (or 0xDA103C) is known color: Crimson. HEX triplet: DA, 10 and 3C. RGB value is (218,16,60). Sum of RGB (Red+Green+Blue) = 218+16+60=294 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.15% from 294); Green value is 16 (6.64% from 255 or 5.44% from 294); Blue value is 60 (23.83% from 255 or 20.41% from 294); Max value from RGB is 218 - color contains mainly: red. Hex color #DA103C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA103C is #25EFC3. Grayscale: #515151. Windows color (decimal): -2486212 or 3936474. OLE color: 3936474.

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

Color convert

RGB 218 16 60 -
CMYK 0 0.93 0.72 0.15
HSL 346.93º 0.86% 0.46% -
HSV(B) 346.93º 0.93% 0.85% -
XYZ 29.91 15.6 5.71 -
YUV 81.41 115.92 225.42 -
System Red Green Blue C M Y K H S L
Decimal 218 16 60 0 0.93 0.72 0.15 346.93 0.86 0.46
Hex DA 10 3C 0 5D 48 F 15B 56 2E
Octal 332 20 74 0 135 110 17 533 126 56
Binary 11011010 10000 111100 0 1011101 1001000 1111 101011011 1010110 101110

Color Harmonies of #DA103C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA103C

Black with #DA103C

Text Example


Text Example

White with #DA103C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA103C; }

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

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

background-color css

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

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

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

border-color css

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

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

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