Html Css Color HEX #DA172E Crimson

📋 copy color: '#DA172E'

red 218 ◦ green 23 ◦ blue 46

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

Shades of Crimson #DA172E

Tints of Crimson #DA172E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.03%

R = 75.96%
G = 8.01%
B = 16.03%

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

#DA172E (or 0xDA172E) is known color: Crimson. HEX triplet: DA, 17 and 2E. RGB value is (218,23,46). Sum of RGB (Red+Green+Blue) = 218+23+46=287 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.96% from 287); Green value is 23 (9.38% from 255 or 8.01% from 287); Blue value is 46 (18.36% from 255 or 16.03% from 287); Max value from RGB is 218 - color contains mainly: red. Hex color #DA172E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA172E is #25E8D1. Grayscale: #545454. Windows color (decimal): -2484434 or 3020762. OLE color: 3020762.

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

Color convert

RGB 218 23 46 -
CMYK 0 0.89 0.79 0.15
HSL 352.92º 0.81% 0.47% -
HSV(B) 352.92º 0.89% 0.85% -
XYZ 29.71 15.72 4.05 -
YUV 83.93 106.6 223.63 -
System Red Green Blue C M Y K H S L
Decimal 218 23 46 0 0.89 0.79 0.15 352.92 0.81 0.47
Hex DA 17 2E 0 59 4F F 161 51 2F
Octal 332 27 56 0 131 117 17 541 121 57
Binary 11011010 10111 101110 0 1011001 1001111 1111 101100001 1010001 101111

Color Harmonies of #DA172E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA172E

Black with #DA172E

Text Example


Text Example

White with #DA172E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA172E; }

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

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

background-color css

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

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

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

border-color css

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

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

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