Html Css Color HEX #DF0129 Crimson

📋 copy color: '#DF0129'

red 223 ◦ green 1 ◦ blue 41

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

Shades of Crimson #DF0129

Tints of Crimson #DF0129

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

 BLUE value IS 41 (16.41% from 255) = 15.47%

R = 84.15%
G = 0.38%
B = 15.47%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DF0129 (or 0xDF0129) is known color: Crimson. HEX triplet: DF, 01 and 29. RGB value is (223,1,41). Sum of RGB (Red+Green+Blue) = 223+1+41=265 (35% of max value = 765). Red value is 223 (87.5% from 255 or 84.15% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 41 (16.41% from 255 or 15.47% from 265); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0129 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0129 is #20FED6. Grayscale: #484848. Windows color (decimal): -2162391 or 2687455. OLE color: 2687455.

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

Color convert

RGB 223 1 41 -
CMYK 0 1.00 0.82 0.13
HSL 349.19º 0.99% 0.44% -
HSV(B) 349.19º 1% 0.87% -
XYZ 30.84 15.87 3.54 -
YUV 71.94 110.55 235.75 -
System Red Green Blue C M Y K H S L
Decimal 223 1 41 0 1.00 0.82 0.13 349.19 0.99 0.44
Hex DF 1 29 0 64 52 D 15D 63 2C
Octal 337 1 51 0 144 122 15 535 143 54
Binary 11011111 1 101001 0 1100100 1010010 1101 101011101 1100011 101100

Color Harmonies of #DF0129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0129

Black with #DF0129

Text Example


Text Example

White with #DF0129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0129; }

 p { color: rgb(223,1,41); }

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

background-color css

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

 a { background-color: rgb(223,1,41); }

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

border-color css

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

 span { border-color: rgb(223,1,41); }

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