Html Css Color HEX #DF1A47 Crimson

📋 copy color: '#DF1A47'

red 223 ◦ green 26 ◦ blue 71

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

Shades of Crimson #DF1A47

Tints of Crimson #DF1A47

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.13%

 BLUE value IS 71 (28.13% from 255) = 22.19%

R = 69.69%
G = 8.13%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DF1A47 (or 0xDF1A47) is known color: Crimson. HEX triplet: DF, 1A and 47. RGB value is (223,26,71). Sum of RGB (Red+Green+Blue) = 223+26+71=320 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.69% from 320); Green value is 26 (10.55% from 255 or 8.12% from 320); Blue value is 71 (28.12% from 255 or 22.19% from 320); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1A47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF1A47 is #20E5B8. Grayscale: #5A5A5A. Windows color (decimal): -2155961 or 4659935. OLE color: 4659935.

HSL color Cylindrical-coordinate representation of color #DF1A47: hue angle of 346.29º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF1A47 is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 26 71 -
CMYK 0 0.88 0.68 0.13
HSL 346.29º 0.79% 0.49% -
HSV(B) 346.29º 0.88% 0.87% -
XYZ 31.94 16.88 7.54 -
YUV 90.03 117.27 222.84 -
System Red Green Blue C M Y K H S L
Decimal 223 26 71 0 0.88 0.68 0.13 346.29 0.79 0.49
Hex DF 1A 47 0 58 44 D 15A 4F 31
Octal 337 32 107 0 130 104 15 532 117 61
Binary 11011111 11010 1000111 0 1011000 1000100 1101 101011010 1001111 110001

Color Harmonies of #DF1A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1A47

Black with #DF1A47

Text Example


Text Example

White with #DF1A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1A47; }

 p { color: rgb(223,26,71); }

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

background-color css

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

 a { background-color: rgb(223,26,71); }

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

border-color css

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

 span { border-color: rgb(223,26,71); }

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