Html Css Color HEX #DF1730 Crimson

📋 copy color: '#DF1730'

red 223 ◦ green 23 ◦ blue 48

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

Shades of Crimson #DF1730

Tints of Crimson #DF1730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.33%

R = 75.85%
G = 7.82%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DF1730 (or 0xDF1730) is known color: Crimson. HEX triplet: DF, 17 and 30. RGB value is (223,23,48). Sum of RGB (Red+Green+Blue) = 223+23+48=294 (38% of max value = 765). Red value is 223 (87.5% from 255 or 75.85% from 294); Green value is 23 (9.38% from 255 or 7.82% from 294); Blue value is 48 (19.14% from 255 or 16.33% from 294); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1730 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1730 is #20E8CF. Grayscale: #555555. Windows color (decimal): -2156752 or 3151839. OLE color: 3151839.

HSL color Cylindrical-coordinate representation of color #DF1730: hue angle of 352.5º 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 #DF1730 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 23 48 -
CMYK 0 0.90 0.78 0.13
HSL 352.5º 0.81% 0.48% -
HSV(B) 352.5º 0.9% 0.87% -
XYZ 31.27 16.51 4.34 -
YUV 85.65 106.76 225.97 -
System Red Green Blue C M Y K H S L
Decimal 223 23 48 0 0.90 0.78 0.13 352.5 0.81 0.48
Hex DF 17 30 0 5A 4E D 160 51 30
Octal 337 27 60 0 132 116 15 540 121 60
Binary 11011111 10111 110000 0 1011010 1001110 1101 101100000 1010001 110000

Color Harmonies of #DF1730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1730

Black with #DF1730

Text Example


Text Example

White with #DF1730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1730; }

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

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

background-color css

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

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

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

border-color css

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

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

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