Html Css Color HEX #DF134C Crimson

📋 copy color: '#DF134C'

red 223 ◦ green 19 ◦ blue 76

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

Shades of Crimson #DF134C

Tints of Crimson #DF134C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.9%

R = 70.13%
G = 5.97%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DF134C (or 0xDF134C) is known color: Crimson. HEX triplet: DF, 13 and 4C. RGB value is (223,19,76). Sum of RGB (Red+Green+Blue) = 223+19+76=318 (42% of max value = 765). Red value is 223 (87.5% from 255 or 70.13% from 318); Green value is 19 (7.81% from 255 or 5.97% from 318); Blue value is 76 (30.08% from 255 or 23.90% from 318); Max value from RGB is 223 - color contains mainly: red. Hex color #DF134C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF134C is #20ECB3. Grayscale: #565656. Windows color (decimal): -2157748 or 4985823. OLE color: 4985823.

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

Color convert

RGB 223 19 76 -
CMYK 0 0.91 0.66 0.13
HSL 343.24º 0.84% 0.47% -
HSV(B) 343.24º 0.91% 0.87% -
XYZ 31.97 16.68 8.37 -
YUV 86.49 122.09 225.37 -
System Red Green Blue C M Y K H S L
Decimal 223 19 76 0 0.91 0.66 0.13 343.24 0.84 0.47
Hex DF 13 4C 0 5B 42 D 157 54 2F
Octal 337 23 114 0 133 102 15 527 124 57
Binary 11011111 10011 1001100 0 1011011 1000010 1101 101010111 1010100 101111

Color Harmonies of #DF134C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF134C

Black with #DF134C

Text Example


Text Example

White with #DF134C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF134C; }

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

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

background-color css

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

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

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

border-color css

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

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

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