Html Css Color HEX #DF0A29 Crimson

📋 copy color: '#DF0A29'

red 223 ◦ green 10 ◦ blue 41

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

Shades of Crimson #DF0A29

Tints of Crimson #DF0A29

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.65%

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

R = 81.39%
G = 3.65%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DF0A29 (or 0xDF0A29) is known color: Crimson. HEX triplet: DF, 0A and 29. RGB value is (223,10,41). Sum of RGB (Red+Green+Blue) = 223+10+41=274 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.39% from 274); Green value is 10 (4.30% from 255 or 3.65% from 274); Blue value is 41 (16.41% from 255 or 14.96% from 274); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0A29 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0A29 is #20F5D6. Grayscale: #4D4D4D. Windows color (decimal): -2160087 or 2689759. OLE color: 2689759.

HSL color Cylindrical-coordinate representation of color #DF0A29: hue angle of 351.27º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF0A29 is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 10 41 -
CMYK 0 0.96 0.82 0.13
HSL 351.27º 0.91% 0.46% -
HSV(B) 351.27º 0.96% 0.87% -
XYZ 30.94 16.07 3.57 -
YUV 77.22 107.57 231.98 -
System Red Green Blue C M Y K H S L
Decimal 223 10 41 0 0.96 0.82 0.13 351.27 0.91 0.46
Hex DF A 29 0 60 52 D 15F 5B 2E
Octal 337 12 51 0 140 122 15 537 133 56
Binary 11011111 1010 101001 0 1100000 1010010 1101 101011111 1011011 101110

Color Harmonies of #DF0A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0A29

Black with #DF0A29

Text Example


Text Example

White with #DF0A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0A29; }

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

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

background-color css

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

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

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

border-color css

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

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

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