Html Css Color HEX #DA103F Crimson

📋 copy color: '#DA103F'

red 218 ◦ green 16 ◦ blue 63

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

Shades of Crimson #DA103F

Tints of Crimson #DA103F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.21%

R = 73.4%
G = 5.39%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DA103F (or 0xDA103F) is known color: Crimson. HEX triplet: DA, 10 and 3F. RGB value is (218,16,63). Sum of RGB (Red+Green+Blue) = 218+16+63=297 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.40% from 297); Green value is 16 (6.64% from 255 or 5.39% from 297); Blue value is 63 (25% from 255 or 21.21% from 297); Max value from RGB is 218 - color contains mainly: red. Hex color #DA103F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA103F is #25EFC0. Grayscale: #515151. Windows color (decimal): -2486209 or 4133082. OLE color: 4133082.

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

Color convert

RGB 218 16 63 -
CMYK 0 0.93 0.71 0.15
HSL 346.04º 0.86% 0.46% -
HSV(B) 346.04º 0.93% 0.85% -
XYZ 30 15.63 6.14 -
YUV 81.76 117.42 225.18 -
System Red Green Blue C M Y K H S L
Decimal 218 16 63 0 0.93 0.71 0.15 346.04 0.86 0.46
Hex DA 10 3F 0 5D 47 F 15A 56 2E
Octal 332 20 77 0 135 107 17 532 126 56
Binary 11011010 10000 111111 0 1011101 1000111 1111 101011010 1010110 101110

Color Harmonies of #DA103F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA103F

Black with #DA103F

Text Example


Text Example

White with #DA103F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA103F; }

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

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

background-color css

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

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

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

border-color css

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

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

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