Html Css Color HEX #DF1035 Crimson

📋 copy color: '#DF1035'

red 223 ◦ green 16 ◦ blue 53

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

Shades of Crimson #DF1035

Tints of Crimson #DF1035

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.48%

 BLUE value IS 53 (21.09% from 255) = 18.15%

R = 76.37%
G = 5.48%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DF1035 (or 0xDF1035) is known color: Crimson. HEX triplet: DF, 10 and 35. RGB value is (223,16,53). Sum of RGB (Red+Green+Blue) = 223+16+53=292 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.37% from 292); Green value is 16 (6.64% from 255 or 5.48% from 292); Blue value is 53 (21.09% from 255 or 18.15% from 292); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1035 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1035 is #20EFCA. Grayscale: #525252. Windows color (decimal): -2158539 or 3477727. OLE color: 3477727.

HSL color Cylindrical-coordinate representation of color #DF1035: hue angle of 349.28º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF1035 is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 16 53 -
CMYK 0 0.93 0.76 0.13
HSL 349.28º 0.87% 0.47% -
HSV(B) 349.28º 0.93% 0.87% -
XYZ 31.26 16.32 4.87 -
YUV 82.11 111.58 228.49 -
System Red Green Blue C M Y K H S L
Decimal 223 16 53 0 0.93 0.76 0.13 349.28 0.87 0.47
Hex DF 10 35 0 5D 4C D 15D 57 2F
Octal 337 20 65 0 135 114 15 535 127 57
Binary 11011111 10000 110101 0 1011101 1001100 1101 101011101 1010111 101111

Color Harmonies of #DF1035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1035

Black with #DF1035

Text Example


Text Example

White with #DF1035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1035; }

 p { color: rgb(223,16,53); }

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

background-color css

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

 a { background-color: rgb(223,16,53); }

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

border-color css

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

 span { border-color: rgb(223,16,53); }

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