Html Css Color HEX #DF1339 Crimson

📋 copy color: '#DF1339'

red 223 ◦ green 19 ◦ blue 57

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

Shades of Crimson #DF1339

Tints of Crimson #DF1339

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.35%

 BLUE value IS 57 (22.66% from 255) = 19.06%

R = 74.58%
G = 6.35%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DF1339 (or 0xDF1339) is known color: Crimson. HEX triplet: DF, 13 and 39. RGB value is (223,19,57). Sum of RGB (Red+Green+Blue) = 223+19+57=299 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.58% from 299); Green value is 19 (7.81% from 255 or 6.35% from 299); Blue value is 57 (22.66% from 255 or 19.06% from 299); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1339 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1339 is #20ECC6. Grayscale: #545454. Windows color (decimal): -2157767 or 3740639. OLE color: 3740639.

HSL color Cylindrical-coordinate representation of color #DF1339: hue angle of 348.82º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF1339 is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 19 57 -
CMYK 0 0.91 0.74 0.13
HSL 348.82º 0.84% 0.47% -
HSV(B) 348.82º 0.91% 0.87% -
XYZ 31.4 16.45 5.39 -
YUV 84.33 112.59 226.91 -
System Red Green Blue C M Y K H S L
Decimal 223 19 57 0 0.91 0.74 0.13 348.82 0.84 0.47
Hex DF 13 39 0 5B 4A D 15D 54 2F
Octal 337 23 71 0 133 112 15 535 124 57
Binary 11011111 10011 111001 0 1011011 1001010 1101 101011101 1010100 101111

Color Harmonies of #DF1339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1339

Black with #DF1339

Text Example


Text Example

White with #DF1339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1339; }

 p { color: rgb(223,19,57); }

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

background-color css

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

 a { background-color: rgb(223,19,57); }

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

border-color css

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

 span { border-color: rgb(223,19,57); }

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