Html Css Color HEX #DF104B Crimson

📋 copy color: '#DF104B'

red 223 ◦ green 16 ◦ blue 75

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

Shades of Crimson #DF104B

Tints of Crimson #DF104B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.89%

R = 71.02%
G = 5.1%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DF104B (or 0xDF104B) is known color: Crimson. HEX triplet: DF, 10 and 4B. RGB value is (223,16,75). Sum of RGB (Red+Green+Blue) = 223+16+75=314 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.02% from 314); Green value is 16 (6.64% from 255 or 5.10% from 314); Blue value is 75 (29.69% from 255 or 23.89% from 314); Max value from RGB is 223 - color contains mainly: red. Hex color #DF104B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF104B is #20EFB4. Grayscale: #545454. Windows color (decimal): -2158517 or 4919519. OLE color: 4919519.

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

Color convert

RGB 223 16 75 -
CMYK 0 0.93 0.66 0.13
HSL 342.9º 0.87% 0.47% -
HSV(B) 342.9º 0.93% 0.87% -
XYZ 31.89 16.57 8.17 -
YUV 84.62 122.58 226.7 -
System Red Green Blue C M Y K H S L
Decimal 223 16 75 0 0.93 0.66 0.13 342.9 0.87 0.47
Hex DF 10 4B 0 5D 42 D 157 57 2F
Octal 337 20 113 0 135 102 15 527 127 57
Binary 11011111 10000 1001011 0 1011101 1000010 1101 101010111 1010111 101111

Color Harmonies of #DF104B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF104B

Black with #DF104B

Text Example


Text Example

White with #DF104B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF104B; }

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

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

background-color css

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

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

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

border-color css

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

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

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