Html Css Color HEX #DA163C Crimson

📋 copy color: '#DA163C'

red 218 ◦ green 22 ◦ blue 60

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

Shades of Crimson #DA163C

Tints of Crimson #DA163C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.33%

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

R = 72.67%
G = 7.33%
B = 20%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DA163C (or 0xDA163C) is known color: Crimson. HEX triplet: DA, 16 and 3C. RGB value is (218,22,60). Sum of RGB (Red+Green+Blue) = 218+22+60=300 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.67% from 300); Green value is 22 (8.98% from 255 or 7.33% from 300); Blue value is 60 (23.83% from 255 or 20% from 300); Max value from RGB is 218 - color contains mainly: red. Hex color #DA163C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA163C is #25E9C3. Grayscale: #545454. Windows color (decimal): -2484676 or 3938010. OLE color: 3938010.

HSL color Cylindrical-coordinate representation of color #DA163C: hue angle of 348.37º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA163C is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 22 60 -
CMYK 0 0.90 0.72 0.15
HSL 348.37º 0.82% 0.47% -
HSV(B) 348.37º 0.9% 0.85% -
XYZ 30.02 15.81 5.74 -
YUV 84.94 113.93 222.91 -
System Red Green Blue C M Y K H S L
Decimal 218 22 60 0 0.90 0.72 0.15 348.37 0.82 0.47
Hex DA 16 3C 0 5A 48 F 15C 52 2F
Octal 332 26 74 0 132 110 17 534 122 57
Binary 11011010 10110 111100 0 1011010 1001000 1111 101011100 1010010 101111

Color Harmonies of #DA163C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA163C

Black with #DA163C

Text Example


Text Example

White with #DA163C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA163C; }

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

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

background-color css

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

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

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

border-color css

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

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

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