Html Css Color HEX #DF174B Crimson

📋 copy color: '#DF174B'

red 223 ◦ green 23 ◦ blue 75

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

Shades of Crimson #DF174B

Tints of Crimson #DF174B

RGB

 RED value IS 223 (87.5% from 255) = 69.47%

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

 BLUE value IS 75 (29.69% from 255) = 23.36%

R = 69.47%
G = 7.17%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DF174B (or 0xDF174B) is known color: Crimson. HEX triplet: DF, 17 and 4B. RGB value is (223,23,75). Sum of RGB (Red+Green+Blue) = 223+23+75=321 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.47% from 321); Green value is 23 (9.38% from 255 or 7.17% from 321); Blue value is 75 (29.69% from 255 or 23.36% from 321); Max value from RGB is 223 - color contains mainly: red. Hex color #DF174B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF174B is #20E8B4. Grayscale: #585858. Windows color (decimal): -2156725 or 4921311. OLE color: 4921311.

HSL color Cylindrical-coordinate representation of color #DF174B: hue angle of 344.4º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF174B is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 23 75 -
CMYK 0 0.90 0.66 0.13
HSL 344.4º 0.81% 0.48% -
HSV(B) 344.4º 0.9% 0.87% -
XYZ 32.01 16.81 8.21 -
YUV 88.73 120.26 223.77 -
System Red Green Blue C M Y K H S L
Decimal 223 23 75 0 0.90 0.66 0.13 344.4 0.81 0.48
Hex DF 17 4B 0 5A 42 D 158 51 30
Octal 337 27 113 0 132 102 15 530 121 60
Binary 11011111 10111 1001011 0 1011010 1000010 1101 101011000 1010001 110000

Color Harmonies of #DF174B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF174B

Black with #DF174B

Text Example


Text Example

White with #DF174B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF174B; }

 p { color: rgb(223,23,75); }

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

background-color css

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

 a { background-color: rgb(223,23,75); }

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

border-color css

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

 span { border-color: rgb(223,23,75); }

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