Html Css Color HEX #DF123C Crimson

📋 copy color: '#DF123C'

red 223 ◦ green 18 ◦ blue 60

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

Shades of Crimson #DF123C

Tints of Crimson #DF123C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.93%

R = 74.09%
G = 5.98%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DF123C (or 0xDF123C) is known color: Crimson. HEX triplet: DF, 12 and 3C. RGB value is (223,18,60). Sum of RGB (Red+Green+Blue) = 223+18+60=301 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.09% from 301); Green value is 18 (7.42% from 255 or 5.98% from 301); Blue value is 60 (23.83% from 255 or 19.93% from 301); Max value from RGB is 223 - color contains mainly: red. Hex color #DF123C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF123C is #20EDC3. Grayscale: #545454. Windows color (decimal): -2158020 or 3936991. OLE color: 3936991.

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

Color convert

RGB 223 18 60 -
CMYK 0 0.92 0.73 0.13
HSL 347.71º 0.85% 0.47% -
HSV(B) 347.71º 0.92% 0.87% -
XYZ 31.46 16.45 5.79 -
YUV 84.08 114.42 227.08 -
System Red Green Blue C M Y K H S L
Decimal 223 18 60 0 0.92 0.73 0.13 347.71 0.85 0.47
Hex DF 12 3C 0 5C 49 D 15C 55 2F
Octal 337 22 74 0 134 111 15 534 125 57
Binary 11011111 10010 111100 0 1011100 1001001 1101 101011100 1010101 101111

Color Harmonies of #DF123C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF123C

Black with #DF123C

Text Example


Text Example

White with #DF123C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF123C; }

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

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

background-color css

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

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

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

border-color css

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

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

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