Html Css Color HEX #DF162D Crimson

📋 copy color: '#DF162D'

red 223 ◦ green 22 ◦ blue 45

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

Shades of Crimson #DF162D

Tints of Crimson #DF162D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.59%

 BLUE value IS 45 (17.97% from 255) = 15.52%

R = 76.9%
G = 7.59%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DF162D (or 0xDF162D) is known color: Crimson. HEX triplet: DF, 16 and 2D. RGB value is (223,22,45). Sum of RGB (Red+Green+Blue) = 223+22+45=290 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.90% from 290); Green value is 22 (8.98% from 255 or 7.59% from 290); Blue value is 45 (17.97% from 255 or 15.52% from 290); Max value from RGB is 223 - color contains mainly: red. Hex color #DF162D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF162D is #20E9D2. Grayscale: #545454. Windows color (decimal): -2157011 or 2954975. OLE color: 2954975.

HSL color Cylindrical-coordinate representation of color #DF162D: hue angle of 353.13º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF162D is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 22 45 -
CMYK 0 0.90 0.80 0.13
HSL 353.13º 0.82% 0.48% -
HSV(B) 353.13º 0.9% 0.87% -
XYZ 31.19 16.45 4.01 -
YUV 84.72 105.59 226.63 -
System Red Green Blue C M Y K H S L
Decimal 223 22 45 0 0.90 0.80 0.13 353.13 0.82 0.48
Hex DF 16 2D 0 5A 50 D 161 52 30
Octal 337 26 55 0 132 120 15 541 122 60
Binary 11011111 10110 101101 0 1011010 1010000 1101 101100001 1010010 110000

Color Harmonies of #DF162D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF162D

Black with #DF162D

Text Example


Text Example

White with #DF162D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF162D; }

 p { color: rgb(223,22,45); }

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

background-color css

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

 a { background-color: rgb(223,22,45); }

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

border-color css

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

 span { border-color: rgb(223,22,45); }

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