Html Css Color HEX #DF1E3C Crimson

📋 copy color: '#DF1E3C'

red 223 ◦ green 30 ◦ blue 60

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

Shades of Crimson #DF1E3C

Tints of Crimson #DF1E3C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.58%

 BLUE value IS 60 (23.83% from 255) = 19.17%

R = 71.25%
G = 9.58%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DF1E3C (or 0xDF1E3C) is known color: Crimson. HEX triplet: DF, 1E and 3C. RGB value is (223,30,60). Sum of RGB (Red+Green+Blue) = 223+30+60=313 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.25% from 313); Green value is 30 (12.11% from 255 or 9.58% from 313); Blue value is 60 (23.83% from 255 or 19.17% from 313); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1E3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF1E3C is #20E1C3. Grayscale: #5B5B5B. Windows color (decimal): -2154948 or 3940063. OLE color: 3940063.

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

Color convert

RGB 223 30 60 -
CMYK 0 0.87 0.73 0.13
HSL 350.67º 0.76% 0.5% -
HSV(B) 350.67º 0.87% 0.87% -
XYZ 31.71 16.94 5.87 -
YUV 91.13 110.44 222.06 -
System Red Green Blue C M Y K H S L
Decimal 223 30 60 0 0.87 0.73 0.13 350.67 0.76 0.5
Hex DF 1E 3C 0 57 49 D 15F 4C 32
Octal 337 36 74 0 127 111 15 537 114 62
Binary 11011111 11110 111100 0 1010111 1001001 1101 101011111 1001100 110010

Color Harmonies of #DF1E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1E3C

Black with #DF1E3C

Text Example


Text Example

White with #DF1E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1E3C; }

 p { color: rgb(223,30,60); }

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

background-color css

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

 a { background-color: rgb(223,30,60); }

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

border-color css

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

 span { border-color: rgb(223,30,60); }

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