Html Css Color HEX #DF103F Crimson

📋 copy color: '#DF103F'

red 223 ◦ green 16 ◦ blue 63

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

Shades of Crimson #DF103F

Tints of Crimson #DF103F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.3%

 BLUE value IS 63 (25% from 255) = 20.86%

R = 73.84%
G = 5.3%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DF103F (or 0xDF103F) is known color: Crimson. HEX triplet: DF, 10 and 3F. RGB value is (223,16,63). Sum of RGB (Red+Green+Blue) = 223+16+63=302 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.84% from 302); Green value is 16 (6.64% from 255 or 5.30% from 302); Blue value is 63 (25% from 255 or 20.86% from 302); Max value from RGB is 223 - color contains mainly: red. Hex color #DF103F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF103F is #20EFC0. Grayscale: #535353. Windows color (decimal): -2158529 or 4133087. OLE color: 4133087.

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

Color convert

RGB 223 16 63 -
CMYK 0 0.93 0.72 0.13
HSL 346.38º 0.87% 0.47% -
HSV(B) 346.38º 0.93% 0.87% -
XYZ 31.51 16.42 6.21 -
YUV 83.25 116.58 227.68 -
System Red Green Blue C M Y K H S L
Decimal 223 16 63 0 0.93 0.72 0.13 346.38 0.87 0.47
Hex DF 10 3F 0 5D 48 D 15A 57 2F
Octal 337 20 77 0 135 110 15 532 127 57
Binary 11011111 10000 111111 0 1011101 1001000 1101 101011010 1010111 101111

Color Harmonies of #DF103F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF103F

Black with #DF103F

Text Example


Text Example

White with #DF103F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF103F; }

 p { color: rgb(223,16,63); }

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

background-color css

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

 a { background-color: rgb(223,16,63); }

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

border-color css

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

 span { border-color: rgb(223,16,63); }

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