Html Css Color HEX #DF103D Crimson

📋 copy color: '#DF103D'

red 223 ◦ green 16 ◦ blue 61

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

Shades of Crimson #DF103D

Tints of Crimson #DF103D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.33%

R = 74.33%
G = 5.33%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DF103D (or 0xDF103D) is known color: Crimson. HEX triplet: DF, 10 and 3D. RGB value is (223,16,61). Sum of RGB (Red+Green+Blue) = 223+16+61=300 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.33% from 300); Green value is 16 (6.64% from 255 or 5.33% from 300); Blue value is 61 (24.22% from 255 or 20.33% from 300); Max value from RGB is 223 - color contains mainly: red. Hex color #DF103D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF103D is #20EFC2. Grayscale: #535353. Windows color (decimal): -2158531 or 4002015. OLE color: 4002015.

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

Color convert

RGB 223 16 61 -
CMYK 0 0.93 0.73 0.13
HSL 346.96º 0.87% 0.47% -
HSV(B) 346.96º 0.93% 0.87% -
XYZ 31.46 16.4 5.92 -
YUV 83.02 115.58 227.84 -
System Red Green Blue C M Y K H S L
Decimal 223 16 61 0 0.93 0.73 0.13 346.96 0.87 0.47
Hex DF 10 3D 0 5D 49 D 15B 57 2F
Octal 337 20 75 0 135 111 15 533 127 57
Binary 11011111 10000 111101 0 1011101 1001001 1101 101011011 1010111 101111

Color Harmonies of #DF103D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF103D

Black with #DF103D

Text Example


Text Example

White with #DF103D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF103D; }

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

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

background-color css

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

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

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

border-color css

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

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

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