Html Css Color HEX #DF0F45 Crimson

📋 copy color: '#DF0F45'

red 223 ◦ green 15 ◦ blue 69

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

Shades of Crimson #DF0F45

Tints of Crimson #DF0F45

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.89%

 BLUE value IS 69 (27.34% from 255) = 22.48%

R = 72.64%
G = 4.89%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DF0F45 (or 0xDF0F45) is known color: Crimson. HEX triplet: DF, 0F and 45. RGB value is (223,15,69). Sum of RGB (Red+Green+Blue) = 223+15+69=307 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.64% from 307); Green value is 15 (6.25% from 255 or 4.89% from 307); Blue value is 69 (27.34% from 255 or 22.48% from 307); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0F45 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0F45 is #20F0BA. Grayscale: #535353. Windows color (decimal): -2158779 or 4526047. OLE color: 4526047.

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

Color convert

RGB 223 15 69 -
CMYK 0 0.93 0.69 0.13
HSL 344.42º 0.87% 0.47% -
HSV(B) 344.42º 0.93% 0.87% -
XYZ 31.68 16.46 7.14 -
YUV 83.35 119.91 227.61 -
System Red Green Blue C M Y K H S L
Decimal 223 15 69 0 0.93 0.69 0.13 344.42 0.87 0.47
Hex DF F 45 0 5D 45 D 158 57 2F
Octal 337 17 105 0 135 105 15 530 127 57
Binary 11011111 1111 1000101 0 1011101 1000101 1101 101011000 1010111 101111

Color Harmonies of #DF0F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0F45

Black with #DF0F45

Text Example


Text Example

White with #DF0F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0F45; }

 p { color: rgb(223,15,69); }

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

background-color css

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

 a { background-color: rgb(223,15,69); }

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

border-color css

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

 span { border-color: rgb(223,15,69); }

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