Html Css Color HEX #DF123D Crimson

📋 copy color: '#DF123D'

red 223 ◦ green 18 ◦ blue 61

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

Shades of Crimson #DF123D

Tints of Crimson #DF123D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.2%

R = 73.84%
G = 5.96%
B = 20.2%

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

#DF123D (or 0xDF123D) is known color: Crimson. HEX triplet: DF, 12 and 3D. RGB value is (223,18,61). Sum of RGB (Red+Green+Blue) = 223+18+61=302 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.84% from 302); Green value is 18 (7.42% from 255 or 5.96% from 302); Blue value is 61 (24.22% from 255 or 20.20% from 302); Max value from RGB is 223 - color contains mainly: red. Hex color #DF123D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF123D is #20EDC2. Grayscale: #545454. Windows color (decimal): -2158019 or 4002527. OLE color: 4002527.

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

Color convert

RGB 223 18 61 -
CMYK 0 0.92 0.73 0.13
HSL 347.41º 0.85% 0.47% -
HSV(B) 347.41º 0.92% 0.87% -
XYZ 31.49 16.46 5.93 -
YUV 84.2 114.92 227 -
System Red Green Blue C M Y K H S L
Decimal 223 18 61 0 0.92 0.73 0.13 347.41 0.85 0.47
Hex DF 12 3D 0 5C 49 D 15B 55 2F
Octal 337 22 75 0 134 111 15 533 125 57
Binary 11011111 10010 111101 0 1011100 1001001 1101 101011011 1010101 101111

Color Harmonies of #DF123D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF123D

Black with #DF123D

Text Example


Text Example

White with #DF123D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF123D; }

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

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

background-color css

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

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

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

border-color css

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

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

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