Html Css Color HEX #DF123B Crimson

📋 copy color: '#DF123B'

red 223 ◦ green 18 ◦ blue 59

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

Shades of Crimson #DF123B

Tints of Crimson #DF123B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.67%

R = 74.33%
G = 6%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DF123B (or 0xDF123B) is known color: Crimson. HEX triplet: DF, 12 and 3B. RGB value is (223,18,59). Sum of RGB (Red+Green+Blue) = 223+18+59=300 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.33% from 300); Green value is 18 (7.42% from 255 or 6% from 300); Blue value is 59 (23.44% from 255 or 19.67% from 300); Max value from RGB is 223 - color contains mainly: red. Hex color #DF123B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF123B is #20EDC4. Grayscale: #545454. Windows color (decimal): -2158021 or 3871455. OLE color: 3871455.

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

Color convert

RGB 223 18 59 -
CMYK 0 0.92 0.74 0.13
HSL 348º 0.85% 0.47% -
HSV(B) 348º 0.92% 0.87% -
XYZ 31.44 16.44 5.65 -
YUV 83.97 113.92 227.17 -
System Red Green Blue C M Y K H S L
Decimal 223 18 59 0 0.92 0.74 0.13 348 0.85 0.47
Hex DF 12 3B 0 5C 4A D 15C 55 2F
Octal 337 22 73 0 134 112 15 534 125 57
Binary 11011111 10010 111011 0 1011100 1001010 1101 101011100 1010101 101111

Color Harmonies of #DF123B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF123B

Black with #DF123B

Text Example


Text Example

White with #DF123B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF123B; }

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

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

background-color css

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

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

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

border-color css

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

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

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