Html Css Color HEX #DF1243 Crimson

📋 copy color: '#DF1243'

red 223 ◦ green 18 ◦ blue 67

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

Shades of Crimson #DF1243

Tints of Crimson #DF1243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 21.75%

R = 72.4%
G = 5.84%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DF1243 (or 0xDF1243) is known color: Crimson. HEX triplet: DF, 12 and 43. RGB value is (223,18,67). Sum of RGB (Red+Green+Blue) = 223+18+67=308 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.40% from 308); Green value is 18 (7.42% from 255 or 5.84% from 308); Blue value is 67 (26.56% from 255 or 21.75% from 308); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1243 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1243 is #20EDBC. Grayscale: #545454. Windows color (decimal): -2158013 or 4395743. OLE color: 4395743.

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

Color convert

RGB 223 18 67 -
CMYK 0 0.92 0.70 0.13
HSL 345.66º 0.85% 0.47% -
HSV(B) 345.66º 0.92% 0.87% -
XYZ 31.66 16.53 6.83 -
YUV 84.88 117.92 226.52 -
System Red Green Blue C M Y K H S L
Decimal 223 18 67 0 0.92 0.70 0.13 345.66 0.85 0.47
Hex DF 12 43 0 5C 46 D 15A 55 2F
Octal 337 22 103 0 134 106 15 532 125 57
Binary 11011111 10010 1000011 0 1011100 1000110 1101 101011010 1010101 101111

Color Harmonies of #DF1243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1243

Black with #DF1243

Text Example


Text Example

White with #DF1243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1243; }

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

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

background-color css

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

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

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

border-color css

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

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

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