Html Css Color HEX #DF0347 Crimson

📋 copy color: '#DF0347'

red 223 ◦ green 3 ◦ blue 71

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

Shades of Crimson #DF0347

Tints of Crimson #DF0347

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.01%

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

R = 75.08%
G = 1.01%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DF0347 (or 0xDF0347) is known color: Crimson. HEX triplet: DF, 03 and 47. RGB value is (223,3,71). Sum of RGB (Red+Green+Blue) = 223+3+71=297 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.08% from 297); Green value is 3 (1.56% from 255 or 1.01% from 297); Blue value is 71 (28.12% from 255 or 23.91% from 297); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0347 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0347 is #20FCB8. Grayscale: #4C4C4C. Windows color (decimal): -2161849 or 4654047. OLE color: 4654047.

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

Color convert

RGB 223 3 71 -
CMYK 0 0.99 0.68 0.13
HSL 341.45º 0.97% 0.44% -
HSV(B) 341.45º 0.99% 0.87% -
XYZ 31.6 16.21 7.42 -
YUV 76.53 124.89 232.47 -
System Red Green Blue C M Y K H S L
Decimal 223 3 71 0 0.99 0.68 0.13 341.45 0.97 0.44
Hex DF 3 47 0 63 44 D 155 61 2C
Octal 337 3 107 0 143 104 15 525 141 54
Binary 11011111 11 1000111 0 1100011 1000100 1101 101010101 1100001 101100

Color Harmonies of #DF0347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0347

Black with #DF0347

Text Example


Text Example

White with #DF0347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0347; }

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

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

background-color css

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

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

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

border-color css

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

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

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