Html Css Color HEX #DF134A Crimson

📋 copy color: '#DF134A'

red 223 ◦ green 19 ◦ blue 74

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

Shades of Crimson #DF134A

Tints of Crimson #DF134A

RGB

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

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

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

R = 70.57%
G = 6.01%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DF134A (or 0xDF134A) is known color: Crimson. HEX triplet: DF, 13 and 4A. RGB value is (223,19,74). Sum of RGB (Red+Green+Blue) = 223+19+74=316 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.57% from 316); Green value is 19 (7.81% from 255 or 6.01% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 223 - color contains mainly: red. Hex color #DF134A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF134A is #20ECB5. Grayscale: #565656. Windows color (decimal): -2157750 or 4854751. OLE color: 4854751.

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

Color convert

RGB 223 19 74 -
CMYK 0 0.91 0.67 0.13
HSL 343.82º 0.84% 0.47% -
HSV(B) 343.82º 0.91% 0.87% -
XYZ 31.9 16.65 8.01 -
YUV 86.27 121.09 225.53 -
System Red Green Blue C M Y K H S L
Decimal 223 19 74 0 0.91 0.67 0.13 343.82 0.84 0.47
Hex DF 13 4A 0 5B 43 D 158 54 2F
Octal 337 23 112 0 133 103 15 530 124 57
Binary 11011111 10011 1001010 0 1011011 1000011 1101 101011000 1010100 101111

Color Harmonies of #DF134A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF134A

Black with #DF134A

Text Example


Text Example

White with #DF134A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF134A; }

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

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

background-color css

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

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

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

border-color css

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

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

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