Html Css Color HEX #DF134D Crimson

📋 copy color: '#DF134D'

red 223 ◦ green 19 ◦ blue 77

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

Shades of Crimson #DF134D

Tints of Crimson #DF134D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.14%

R = 69.91%
G = 5.96%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DF134D (or 0xDF134D) is known color: Crimson. HEX triplet: DF, 13 and 4D. RGB value is (223,19,77). Sum of RGB (Red+Green+Blue) = 223+19+77=319 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.91% from 319); Green value is 19 (7.81% from 255 or 5.96% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 223 - color contains mainly: red. Hex color #DF134D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF134D is #20ECB2. Grayscale: #565656. Windows color (decimal): -2157747 or 5051359. OLE color: 5051359.

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

Color convert

RGB 223 19 77 -
CMYK 0 0.91 0.65 0.13
HSL 342.94º 0.84% 0.47% -
HSV(B) 342.94º 0.91% 0.87% -
XYZ 32 16.69 8.56 -
YUV 86.61 122.59 225.28 -
System Red Green Blue C M Y K H S L
Decimal 223 19 77 0 0.91 0.65 0.13 342.94 0.84 0.47
Hex DF 13 4D 0 5B 41 D 157 54 2F
Octal 337 23 115 0 133 101 15 527 124 57
Binary 11011111 10011 1001101 0 1011011 1000001 1101 101010111 1010100 101111

Color Harmonies of #DF134D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF134D

Black with #DF134D

Text Example


Text Example

White with #DF134D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF134D; }

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

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

background-color css

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

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

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

border-color css

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

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

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