Html Css Color HEX #DF1332 Crimson

📋 copy color: '#DF1332'

red 223 ◦ green 19 ◦ blue 50

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

Shades of Crimson #DF1332

Tints of Crimson #DF1332

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.51%

 BLUE value IS 50 (19.92% from 255) = 17.12%

R = 76.37%
G = 6.51%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DF1332 (or 0xDF1332) is known color: Crimson. HEX triplet: DF, 13 and 32. RGB value is (223,19,50). Sum of RGB (Red+Green+Blue) = 223+19+50=292 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.37% from 292); Green value is 19 (7.81% from 255 or 6.51% from 292); Blue value is 50 (19.92% from 255 or 17.12% from 292); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1332 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1332 is #20ECCD. Grayscale: #535353. Windows color (decimal): -2157774 or 3281887. OLE color: 3281887.

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

Color convert

RGB 223 19 50 -
CMYK 0 0.91 0.78 0.13
HSL 350.88º 0.84% 0.47% -
HSV(B) 350.88º 0.91% 0.87% -
XYZ 31.24 16.38 4.53 -
YUV 83.53 109.09 227.48 -
System Red Green Blue C M Y K H S L
Decimal 223 19 50 0 0.91 0.78 0.13 350.88 0.84 0.47
Hex DF 13 32 0 5B 4E D 15F 54 2F
Octal 337 23 62 0 133 116 15 537 124 57
Binary 11011111 10011 110010 0 1011011 1001110 1101 101011111 1010100 101111

Color Harmonies of #DF1332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1332

Black with #DF1332

Text Example


Text Example

White with #DF1332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1332; }

 p { color: rgb(223,19,50); }

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

background-color css

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

 a { background-color: rgb(223,19,50); }

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

border-color css

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

 span { border-color: rgb(223,19,50); }

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