Html Css Color HEX #DF123F Crimson

📋 copy color: '#DF123F'

red 223 ◦ green 18 ◦ blue 63

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

Shades of Crimson #DF123F

Tints of Crimson #DF123F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.72%

R = 73.36%
G = 5.92%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DF123F (or 0xDF123F) is known color: Crimson. HEX triplet: DF, 12 and 3F. RGB value is (223,18,63). Sum of RGB (Red+Green+Blue) = 223+18+63=304 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.36% from 304); Green value is 18 (7.42% from 255 or 5.92% from 304); Blue value is 63 (25% from 255 or 20.72% from 304); Max value from RGB is 223 - color contains mainly: red. Hex color #DF123F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF123F is #20EDC0. Grayscale: #545454. Windows color (decimal): -2158017 or 4133599. OLE color: 4133599.

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

Color convert

RGB 223 18 63 -
CMYK 0 0.92 0.72 0.13
HSL 346.83º 0.85% 0.47% -
HSV(B) 346.83º 0.92% 0.87% -
XYZ 31.54 16.48 6.22 -
YUV 84.43 115.92 226.84 -
System Red Green Blue C M Y K H S L
Decimal 223 18 63 0 0.92 0.72 0.13 346.83 0.85 0.47
Hex DF 12 3F 0 5C 48 D 15B 55 2F
Octal 337 22 77 0 134 110 15 533 125 57
Binary 11011111 10010 111111 0 1011100 1001000 1101 101011011 1010101 101111

Color Harmonies of #DF123F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF123F

Black with #DF123F

Text Example


Text Example

White with #DF123F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF123F; }

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

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

background-color css

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

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

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

border-color css

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

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

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