Html Css Color HEX #DF113A Crimson

📋 copy color: '#DF113A'

red 223 ◦ green 17 ◦ blue 58

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

Shades of Crimson #DF113A

Tints of Crimson #DF113A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.7%

 BLUE value IS 58 (23.05% from 255) = 19.46%

R = 74.83%
G = 5.7%
B = 19.46%

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

#DF113A (or 0xDF113A) is known color: Crimson. HEX triplet: DF, 11 and 3A. RGB value is (223,17,58). Sum of RGB (Red+Green+Blue) = 223+17+58=298 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.83% from 298); Green value is 17 (7.03% from 255 or 5.70% from 298); Blue value is 58 (23.05% from 255 or 19.46% from 298); Max value from RGB is 223 - color contains mainly: red. Hex color #DF113A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF113A is #20EEC5. Grayscale: #535353. Windows color (decimal): -2158278 or 3805663. OLE color: 3805663.

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

Color convert

RGB 223 17 58 -
CMYK 0 0.92 0.74 0.13
HSL 348.06º 0.86% 0.47% -
HSV(B) 348.06º 0.92% 0.87% -
XYZ 31.4 16.39 5.51 -
YUV 83.27 113.75 227.67 -
System Red Green Blue C M Y K H S L
Decimal 223 17 58 0 0.92 0.74 0.13 348.06 0.86 0.47
Hex DF 11 3A 0 5C 4A D 15C 56 2F
Octal 337 21 72 0 134 112 15 534 126 57
Binary 11011111 10001 111010 0 1011100 1001010 1101 101011100 1010110 101111

Color Harmonies of #DF113A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF113A

Black with #DF113A

Text Example


Text Example

White with #DF113A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF113A; }

 p { color: rgb(223,17,58); }

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

background-color css

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

 a { background-color: rgb(223,17,58); }

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

border-color css

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

 span { border-color: rgb(223,17,58); }

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