Html Css Color HEX #DF163E Crimson

📋 copy color: '#DF163E'

red 223 ◦ green 22 ◦ blue 62

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

Shades of Crimson #DF163E

Tints of Crimson #DF163E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.2%

R = 72.64%
G = 7.17%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DF163E (or 0xDF163E) is known color: Crimson. HEX triplet: DF, 16 and 3E. RGB value is (223,22,62). Sum of RGB (Red+Green+Blue) = 223+22+62=307 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.64% from 307); Green value is 22 (8.98% from 255 or 7.17% from 307); Blue value is 62 (24.61% from 255 or 20.20% from 307); Max value from RGB is 223 - color contains mainly: red. Hex color #DF163E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF163E is #20E9C1. Grayscale: #565656. Windows color (decimal): -2156994 or 4069087. OLE color: 4069087.

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

Color convert

RGB 223 22 62 -
CMYK 0 0.90 0.72 0.13
HSL 348.06º 0.82% 0.48% -
HSV(B) 348.06º 0.9% 0.87% -
XYZ 31.59 16.61 6.1 -
YUV 86.66 114.09 225.25 -
System Red Green Blue C M Y K H S L
Decimal 223 22 62 0 0.90 0.72 0.13 348.06 0.82 0.48
Hex DF 16 3E 0 5A 48 D 15C 52 30
Octal 337 26 76 0 132 110 15 534 122 60
Binary 11011111 10110 111110 0 1011010 1001000 1101 101011100 1010010 110000

Color Harmonies of #DF163E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF163E

Black with #DF163E

Text Example


Text Example

White with #DF163E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF163E; }

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

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

background-color css

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

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

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

border-color css

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

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

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