Html Css Color HEX #DA172D Crimson

📋 copy color: '#DA172D'

red 218 ◦ green 23 ◦ blue 45

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

Shades of Crimson #DA172D

Tints of Crimson #DA172D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.04%

 BLUE value IS 45 (17.97% from 255) = 15.73%

R = 76.22%
G = 8.04%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DA172D (or 0xDA172D) is known color: Crimson. HEX triplet: DA, 17 and 2D. RGB value is (218,23,45). Sum of RGB (Red+Green+Blue) = 218+23+45=286 (37% of max value = 765). Red value is 218 (85.55% from 255 or 76.22% from 286); Green value is 23 (9.38% from 255 or 8.04% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 218 - color contains mainly: red. Hex color #DA172D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA172D is #25E8D2. Grayscale: #535353. Windows color (decimal): -2484435 or 2955226. OLE color: 2955226.

HSL color Cylindrical-coordinate representation of color #DA172D: hue angle of 353.23º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA172D is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 23 45 -
CMYK 0 0.89 0.79 0.15
HSL 353.23º 0.81% 0.47% -
HSV(B) 353.23º 0.89% 0.85% -
XYZ 29.69 15.71 3.95 -
YUV 83.81 106.1 223.71 -
System Red Green Blue C M Y K H S L
Decimal 218 23 45 0 0.89 0.79 0.15 353.23 0.81 0.47
Hex DA 17 2D 0 59 4F F 161 51 2F
Octal 332 27 55 0 131 117 17 541 121 57
Binary 11011010 10111 101101 0 1011001 1001111 1111 101100001 1010001 101111

Color Harmonies of #DA172D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA172D

Black with #DA172D

Text Example


Text Example

White with #DA172D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA172D; }

 p { color: rgb(218,23,45); }

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

background-color css

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

 a { background-color: rgb(218,23,45); }

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

border-color css

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

 span { border-color: rgb(218,23,45); }

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