Html Css Color HEX #D0174D Crimson

📋 copy color: '#D0174D'

red 208 ◦ green 23 ◦ blue 77

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

Shades of Crimson #D0174D

Tints of Crimson #D0174D

RGB

 RED value IS 208 (81.64% from 255) = 67.53%

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

 BLUE value IS 77 (30.47% from 255) = 25%

R = 67.53%
G = 7.47%
B = 25%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D0174D (or 0xD0174D) is known color: Crimson. HEX triplet: D0, 17 and 4D. RGB value is (208,23,77). Sum of RGB (Red+Green+Blue) = 208+23+77=308 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.53% from 308); Green value is 23 (9.38% from 255 or 7.47% from 308); Blue value is 77 (30.47% from 255 or 25% from 308); Max value from RGB is 208 - color contains mainly: red. Hex color #D0174D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0174D is #2FE8B2. Grayscale: #545454. Windows color (decimal): -3139763 or 5052368. OLE color: 5052368.

HSL color Cylindrical-coordinate representation of color #D0174D: hue angle of 342.49º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D0174D is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 23 77 -
CMYK 0 0.89 0.63 0.18
HSL 342.49º 0.8% 0.45% -
HSV(B) 342.49º 0.89% 0.82% -
XYZ 27.66 14.56 8.37 -
YUV 84.47 123.79 216.11 -
System Red Green Blue C M Y K H S L
Decimal 208 23 77 0 0.89 0.63 0.18 342.49 0.8 0.45
Hex D0 17 4D 0 59 3F 12 156 50 2D
Octal 320 27 115 0 131 77 22 526 120 55
Binary 11010000 10111 1001101 0 1011001 111111 10010 101010110 1010000 101101

Color Harmonies of #D0174D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0174D

Black with #D0174D

Text Example


Text Example

White with #D0174D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0174D; }

 p { color: rgb(208,23,77); }

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

background-color css

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

 a { background-color: rgb(208,23,77); }

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

border-color css

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

 span { border-color: rgb(208,23,77); }

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