Html Css Color HEX #DF1A48 Crimson

📋 copy color: '#DF1A48'

red 223 ◦ green 26 ◦ blue 72

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

Shades of Crimson #DF1A48

Tints of Crimson #DF1A48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 22.43%

R = 69.47%
G = 8.1%
B = 22.43%

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

#DF1A48 (or 0xDF1A48) is known color: Crimson. HEX triplet: DF, 1A and 48. RGB value is (223,26,72). Sum of RGB (Red+Green+Blue) = 223+26+72=321 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.47% from 321); Green value is 26 (10.55% from 255 or 8.10% from 321); Blue value is 72 (28.52% from 255 or 22.43% from 321); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1A48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF1A48 is #20E5B7. Grayscale: #5A5A5A. Windows color (decimal): -2155960 or 4725471. OLE color: 4725471.

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

Color convert

RGB 223 26 72 -
CMYK 0 0.88 0.68 0.13
HSL 345.99º 0.79% 0.49% -
HSV(B) 345.99º 0.88% 0.87% -
XYZ 31.97 16.89 7.71 -
YUV 90.15 117.77 222.76 -
System Red Green Blue C M Y K H S L
Decimal 223 26 72 0 0.88 0.68 0.13 345.99 0.79 0.49
Hex DF 1A 48 0 58 44 D 15A 4F 31
Octal 337 32 110 0 130 104 15 532 117 61
Binary 11011111 11010 1001000 0 1011000 1000100 1101 101011010 1001111 110001

Color Harmonies of #DF1A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1A48

Black with #DF1A48

Text Example


Text Example

White with #DF1A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1A48; }

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

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

background-color css

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

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

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

border-color css

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

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

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