Html Css Color HEX #DF0F33 Crimson

📋 copy color: '#DF0F33'

red 223 ◦ green 15 ◦ blue 51

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

Shades of Crimson #DF0F33

Tints of Crimson #DF0F33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.65%

R = 77.16%
G = 5.19%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DF0F33 (or 0xDF0F33) is known color: Crimson. HEX triplet: DF, 0F and 33. RGB value is (223,15,51). Sum of RGB (Red+Green+Blue) = 223+15+51=289 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.16% from 289); Green value is 15 (6.25% from 255 or 5.19% from 289); Blue value is 51 (20.31% from 255 or 17.65% from 289); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0F33 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0F33 is #20F0CC. Grayscale: #515151. Windows color (decimal): -2158797 or 3346399. OLE color: 3346399.

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

Color convert

RGB 223 15 51 -
CMYK 0 0.93 0.77 0.13
HSL 349.62º 0.87% 0.47% -
HSV(B) 349.62º 0.93% 0.87% -
XYZ 31.2 16.27 4.63 -
YUV 81.3 110.91 229.07 -
System Red Green Blue C M Y K H S L
Decimal 223 15 51 0 0.93 0.77 0.13 349.62 0.87 0.47
Hex DF F 33 0 5D 4D D 15E 57 2F
Octal 337 17 63 0 135 115 15 536 127 57
Binary 11011111 1111 110011 0 1011101 1001101 1101 101011110 1010111 101111

Color Harmonies of #DF0F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0F33

Black with #DF0F33

Text Example


Text Example

White with #DF0F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0F33; }

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

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

background-color css

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

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

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

border-color css

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

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

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