Html Css Color HEX #DF103A Crimson

📋 copy color: '#DF103A'

red 223 ◦ green 16 ◦ blue 58

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

Shades of Crimson #DF103A

Tints of Crimson #DF103A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.53%

R = 75.08%
G = 5.39%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DF103A (or 0xDF103A) is known color: Crimson. HEX triplet: DF, 10 and 3A. RGB value is (223,16,58). Sum of RGB (Red+Green+Blue) = 223+16+58=297 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.08% from 297); Green value is 16 (6.64% from 255 or 5.39% from 297); Blue value is 58 (23.05% from 255 or 19.53% from 297); Max value from RGB is 223 - color contains mainly: red. Hex color #DF103A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF103A is #20EFC5. Grayscale: #525252. Windows color (decimal): -2158534 or 3805407. OLE color: 3805407.

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

Color convert

RGB 223 16 58 -
CMYK 0 0.93 0.74 0.13
HSL 347.83º 0.87% 0.47% -
HSV(B) 347.83º 0.93% 0.87% -
XYZ 31.38 16.36 5.51 -
YUV 82.68 114.08 228.08 -
System Red Green Blue C M Y K H S L
Decimal 223 16 58 0 0.93 0.74 0.13 347.83 0.87 0.47
Hex DF 10 3A 0 5D 4A D 15C 57 2F
Octal 337 20 72 0 135 112 15 534 127 57
Binary 11011111 10000 111010 0 1011101 1001010 1101 101011100 1010111 101111

Color Harmonies of #DF103A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF103A

Black with #DF103A

Text Example


Text Example

White with #DF103A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF103A; }

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

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

background-color css

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

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

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

border-color css

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

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

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