Html Css Color HEX #DF0343 Crimson

📋 copy color: '#DF0343'

red 223 ◦ green 3 ◦ blue 67

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

Shades of Crimson #DF0343

Tints of Crimson #DF0343

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.02%

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

R = 76.11%
G = 1.02%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DF0343 (or 0xDF0343) is known color: Crimson. HEX triplet: DF, 03 and 43. RGB value is (223,3,67). Sum of RGB (Red+Green+Blue) = 223+3+67=293 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.11% from 293); Green value is 3 (1.56% from 255 or 1.02% from 293); Blue value is 67 (26.56% from 255 or 22.87% from 293); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0343 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0343 is #20FCBC. Grayscale: #4C4C4C. Windows color (decimal): -2161853 or 4391903. OLE color: 4391903.

HSL color Cylindrical-coordinate representation of color #DF0343: hue angle of 342.55º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF0343 is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 3 67 -
CMYK 0 0.99 0.70 0.13
HSL 342.55º 0.97% 0.44% -
HSV(B) 342.55º 0.99% 0.87% -
XYZ 31.48 16.16 6.77 -
YUV 76.08 122.89 232.8 -
System Red Green Blue C M Y K H S L
Decimal 223 3 67 0 0.99 0.70 0.13 342.55 0.97 0.44
Hex DF 3 43 0 63 46 D 157 61 2C
Octal 337 3 103 0 143 106 15 527 141 54
Binary 11011111 11 1000011 0 1100011 1000110 1101 101010111 1100001 101100

Color Harmonies of #DF0343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0343

Black with #DF0343

Text Example


Text Example

White with #DF0343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0343; }

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

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

background-color css

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

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

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

border-color css

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

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

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