Html Css Color HEX #DF0231 Crimson

📋 copy color: '#DF0231'

red 223 ◦ green 2 ◦ blue 49

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

Shades of Crimson #DF0231

Tints of Crimson #DF0231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.88%

R = 81.39%
G = 0.73%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DF0231 (or 0xDF0231) is known color: Crimson. HEX triplet: DF, 02 and 31. RGB value is (223,2,49). Sum of RGB (Red+Green+Blue) = 223+2+49=274 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.39% from 274); Green value is 2 (1.17% from 255 or 0.73% from 274); Blue value is 49 (19.53% from 255 or 17.88% from 274); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0231 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0231 is #20FDCE. Grayscale: #494949. Windows color (decimal): -2162127 or 3211999. OLE color: 3211999.

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

Color convert

RGB 223 2 49 -
CMYK 0 0.99 0.78 0.13
HSL 347.24º 0.98% 0.44% -
HSV(B) 347.24º 0.99% 0.87% -
XYZ 31.01 15.95 4.35 -
YUV 73.44 114.22 234.68 -
System Red Green Blue C M Y K H S L
Decimal 223 2 49 0 0.99 0.78 0.13 347.24 0.98 0.44
Hex DF 2 31 0 63 4E D 15B 62 2C
Octal 337 2 61 0 143 116 15 533 142 54
Binary 11011111 10 110001 0 1100011 1001110 1101 101011011 1100010 101100

Color Harmonies of #DF0231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0231

Black with #DF0231

Text Example


Text Example

White with #DF0231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0231; }

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

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

background-color css

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

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

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

border-color css

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

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

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