Html Css Color HEX #DF1434 Crimson

📋 copy color: '#DF1434'

red 223 ◦ green 20 ◦ blue 52

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

Shades of Crimson #DF1434

Tints of Crimson #DF1434

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.78%

 BLUE value IS 52 (20.7% from 255) = 17.63%

R = 75.59%
G = 6.78%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DF1434 (or 0xDF1434) is known color: Crimson. HEX triplet: DF, 14 and 34. RGB value is (223,20,52). Sum of RGB (Red+Green+Blue) = 223+20+52=295 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.59% from 295); Green value is 20 (8.20% from 255 or 6.78% from 295); Blue value is 52 (20.70% from 255 or 17.63% from 295); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1434 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1434 is #20EBCB. Grayscale: #545454. Windows color (decimal): -2157516 or 3413215. OLE color: 3413215.

HSL color Cylindrical-coordinate representation of color #DF1434: hue angle of 350.54º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF1434 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 20 52 -
CMYK 0 0.91 0.77 0.13
HSL 350.54º 0.84% 0.48% -
HSV(B) 350.54º 0.91% 0.87% -
XYZ 31.3 16.44 4.77 -
YUV 84.35 109.75 226.9 -
System Red Green Blue C M Y K H S L
Decimal 223 20 52 0 0.91 0.77 0.13 350.54 0.84 0.48
Hex DF 14 34 0 5B 4D D 15F 54 30
Octal 337 24 64 0 133 115 15 537 124 60
Binary 11011111 10100 110100 0 1011011 1001101 1101 101011111 1010100 110000

Color Harmonies of #DF1434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1434

Black with #DF1434

Text Example


Text Example

White with #DF1434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1434; }

 p { color: rgb(223,20,52); }

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

background-color css

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

 a { background-color: rgb(223,20,52); }

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

border-color css

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

 span { border-color: rgb(223,20,52); }

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