Html Css Color HEX #DA103A Crimson

📋 copy color: '#DA103A'

red 218 ◦ green 16 ◦ blue 58

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

Shades of Crimson #DA103A

Tints of Crimson #DA103A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.86%

R = 74.66%
G = 5.48%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#DA103A (or 0xDA103A) is known color: Crimson. HEX triplet: DA, 10 and 3A. RGB value is (218,16,58). Sum of RGB (Red+Green+Blue) = 218+16+58=292 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.66% from 292); Green value is 16 (6.64% from 255 or 5.48% from 292); Blue value is 58 (23.05% from 255 or 19.86% from 292); Max value from RGB is 218 - color contains mainly: red. Hex color #DA103A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA103A is #25EFC5. Grayscale: #515151. Windows color (decimal): -2486214 or 3805402. OLE color: 3805402.

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

Color convert

RGB 218 16 58 -
CMYK 0 0.93 0.73 0.15
HSL 347.52º 0.86% 0.46% -
HSV(B) 347.52º 0.93% 0.85% -
XYZ 29.86 15.58 5.44 -
YUV 81.19 114.92 225.58 -
System Red Green Blue C M Y K H S L
Decimal 218 16 58 0 0.93 0.73 0.15 347.52 0.86 0.46
Hex DA 10 3A 0 5D 49 F 15C 56 2E
Octal 332 20 72 0 135 111 17 534 126 56
Binary 11011010 10000 111010 0 1011101 1001001 1111 101011100 1010110 101110

Color Harmonies of #DA103A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA103A

Black with #DA103A

Text Example


Text Example

White with #DA103A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA103A; }

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

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

background-color css

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

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

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

border-color css

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

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

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