Html Css Color HEX #DF114A Crimson

📋 copy color: '#DF114A'

red 223 ◦ green 17 ◦ blue 74

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

Shades of Crimson #DF114A

Tints of Crimson #DF114A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.41%

 BLUE value IS 74 (29.3% from 255) = 23.57%

R = 71.02%
G = 5.41%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DF114A (or 0xDF114A) is known color: Crimson. HEX triplet: DF, 11 and 4A. RGB value is (223,17,74). Sum of RGB (Red+Green+Blue) = 223+17+74=314 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.02% from 314); Green value is 17 (7.03% from 255 or 5.41% from 314); Blue value is 74 (29.30% from 255 or 23.57% from 314); Max value from RGB is 223 - color contains mainly: red. Hex color #DF114A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF114A is #20EEB5. Grayscale: #555555. Windows color (decimal): -2158262 or 4854239. OLE color: 4854239.

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

Color convert

RGB 223 17 74 -
CMYK 0 0.92 0.67 0.13
HSL 343.4º 0.86% 0.47% -
HSV(B) 343.4º 0.92% 0.87% -
XYZ 31.87 16.58 8 -
YUV 85.09 121.75 226.37 -
System Red Green Blue C M Y K H S L
Decimal 223 17 74 0 0.92 0.67 0.13 343.4 0.86 0.47
Hex DF 11 4A 0 5C 43 D 157 56 2F
Octal 337 21 112 0 134 103 15 527 126 57
Binary 11011111 10001 1001010 0 1011100 1000011 1101 101010111 1010110 101111

Color Harmonies of #DF114A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF114A

Black with #DF114A

Text Example


Text Example

White with #DF114A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF114A; }

 p { color: rgb(223,17,74); }

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

background-color css

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

 a { background-color: rgb(223,17,74); }

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

border-color css

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

 span { border-color: rgb(223,17,74); }

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