Html Css Color HEX #DF103B Crimson

📋 copy color: '#DF103B'

red 223 ◦ green 16 ◦ blue 59

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

Shades of Crimson #DF103B

Tints of Crimson #DF103B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.8%

R = 74.83%
G = 5.37%
B = 19.8%

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

#DF103B (or 0xDF103B) is known color: Crimson. HEX triplet: DF, 10 and 3B. RGB value is (223,16,59). Sum of RGB (Red+Green+Blue) = 223+16+59=298 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.83% from 298); Green value is 16 (6.64% from 255 or 5.37% from 298); Blue value is 59 (23.44% from 255 or 19.80% from 298); Max value from RGB is 223 - color contains mainly: red. Hex color #DF103B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF103B is #20EFC4. Grayscale: #525252. Windows color (decimal): -2158533 or 3870943. OLE color: 3870943.

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

Color convert

RGB 223 16 59 -
CMYK 0 0.93 0.74 0.13
HSL 347.54º 0.87% 0.47% -
HSV(B) 347.54º 0.93% 0.87% -
XYZ 31.41 16.37 5.64 -
YUV 82.8 114.58 228 -
System Red Green Blue C M Y K H S L
Decimal 223 16 59 0 0.93 0.74 0.13 347.54 0.87 0.47
Hex DF 10 3B 0 5D 4A D 15C 57 2F
Octal 337 20 73 0 135 112 15 534 127 57
Binary 11011111 10000 111011 0 1011101 1001010 1101 101011100 1010111 101111

Color Harmonies of #DF103B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF103B

Black with #DF103B

Text Example


Text Example

White with #DF103B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF103B; }

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

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

background-color css

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

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

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

border-color css

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

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

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