Html Css Color HEX #DF1030 Crimson

📋 copy color: '#DF1030'

red 223 ◦ green 16 ◦ blue 48

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

Shades of Crimson #DF1030

Tints of Crimson #DF1030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.72%

R = 77.7%
G = 5.57%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DF1030 (or 0xDF1030) is known color: Crimson. HEX triplet: DF, 10 and 30. RGB value is (223,16,48). Sum of RGB (Red+Green+Blue) = 223+16+48=287 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.70% from 287); Green value is 16 (6.64% from 255 or 5.57% from 287); Blue value is 48 (19.14% from 255 or 16.72% from 287); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1030 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1030 is #20EFCF. Grayscale: #515151. Windows color (decimal): -2158544 or 3150047. OLE color: 3150047.

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

Color convert

RGB 223 16 48 -
CMYK 0 0.93 0.78 0.13
HSL 350.72º 0.87% 0.47% -
HSV(B) 350.72º 0.93% 0.87% -
XYZ 31.15 16.27 4.3 -
YUV 81.54 109.08 228.9 -
System Red Green Blue C M Y K H S L
Decimal 223 16 48 0 0.93 0.78 0.13 350.72 0.87 0.47
Hex DF 10 30 0 5D 4E D 15F 57 2F
Octal 337 20 60 0 135 116 15 537 127 57
Binary 11011111 10000 110000 0 1011101 1001110 1101 101011111 1010111 101111

Color Harmonies of #DF1030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1030

Black with #DF1030

Text Example


Text Example

White with #DF1030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1030; }

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

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

background-color css

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

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

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

border-color css

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

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

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