Html Css Color HEX #DF0245 Crimson

📋 copy color: '#DF0245'

red 223 ◦ green 2 ◦ blue 69

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

Shades of Crimson #DF0245

Tints of Crimson #DF0245

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.68%

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

R = 75.85%
G = 0.68%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DF0245 (or 0xDF0245) is known color: Crimson. HEX triplet: DF, 02 and 45. RGB value is (223,2,69). Sum of RGB (Red+Green+Blue) = 223+2+69=294 (38% of max value = 765). Red value is 223 (87.5% from 255 or 75.85% from 294); Green value is 2 (1.17% from 255 or 0.68% from 294); Blue value is 69 (27.34% from 255 or 23.47% from 294); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0245 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0245 is #20FDBA. Grayscale: #4B4B4B. Windows color (decimal): -2162107 or 4522719. OLE color: 4522719.

HSL color Cylindrical-coordinate representation of color #DF0245: hue angle of 341.81º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF0245 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 2 69 -
CMYK 0 0.99 0.69 0.13
HSL 341.81º 0.98% 0.44% -
HSV(B) 341.81º 0.99% 0.87% -
XYZ 31.53 16.16 7.09 -
YUV 75.72 124.22 233.05 -
System Red Green Blue C M Y K H S L
Decimal 223 2 69 0 0.99 0.69 0.13 341.81 0.98 0.44
Hex DF 2 45 0 63 45 D 156 62 2C
Octal 337 2 105 0 143 105 15 526 142 54
Binary 11011111 10 1000101 0 1100011 1000101 1101 101010110 1100010 101100

Color Harmonies of #DF0245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0245

Black with #DF0245

Text Example


Text Example

White with #DF0245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0245; }

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

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

background-color css

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

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

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

border-color css

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

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

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