Html Css Color HEX #DF124A Crimson

📋 copy color: '#DF124A'

red 223 ◦ green 18 ◦ blue 74

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

Shades of Crimson #DF124A

Tints of Crimson #DF124A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.71%

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

R = 70.79%
G = 5.71%
B = 23.49%

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

#DF124A (or 0xDF124A) is known color: Crimson. HEX triplet: DF, 12 and 4A. RGB value is (223,18,74). Sum of RGB (Red+Green+Blue) = 223+18+74=315 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.79% from 315); Green value is 18 (7.42% from 255 or 5.71% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 223 - color contains mainly: red. Hex color #DF124A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF124A is #20EDB5. Grayscale: #555555. Windows color (decimal): -2158006 or 4854495. OLE color: 4854495.

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

Color convert

RGB 223 18 74 -
CMYK 0 0.92 0.67 0.13
HSL 343.61º 0.85% 0.47% -
HSV(B) 343.61º 0.92% 0.87% -
XYZ 31.88 16.62 8.01 -
YUV 85.68 121.42 225.95 -
System Red Green Blue C M Y K H S L
Decimal 223 18 74 0 0.92 0.67 0.13 343.61 0.85 0.47
Hex DF 12 4A 0 5C 43 D 158 55 2F
Octal 337 22 112 0 134 103 15 530 125 57
Binary 11011111 10010 1001010 0 1011100 1000011 1101 101011000 1010101 101111

Color Harmonies of #DF124A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF124A

Black with #DF124A

Text Example


Text Example

White with #DF124A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF124A; }

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

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

background-color css

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

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

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

border-color css

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

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

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