Html Css Color HEX #DF0D43 Crimson

📋 copy color: '#DF0D43'

red 223 ◦ green 13 ◦ blue 67

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

Shades of Crimson #DF0D43

Tints of Crimson #DF0D43

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.29%

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

R = 73.6%
G = 4.29%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DF0D43 (or 0xDF0D43) is known color: Crimson. HEX triplet: DF, 0D and 43. RGB value is (223,13,67). Sum of RGB (Red+Green+Blue) = 223+13+67=303 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.60% from 303); Green value is 13 (5.47% from 255 or 4.29% from 303); Blue value is 67 (26.56% from 255 or 22.11% from 303); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0D43 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0D43 is #20F2BC. Grayscale: #515151. Windows color (decimal): -2159293 or 4394463. OLE color: 4394463.

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

Color convert

RGB 223 13 67 -
CMYK 0 0.94 0.70 0.13
HSL 344.57º 0.89% 0.46% -
HSV(B) 344.57º 0.94% 0.87% -
XYZ 31.59 16.38 6.81 -
YUV 81.95 119.57 228.61 -
System Red Green Blue C M Y K H S L
Decimal 223 13 67 0 0.94 0.70 0.13 344.57 0.89 0.46
Hex DF D 43 0 5E 46 D 159 59 2E
Octal 337 15 103 0 136 106 15 531 131 56
Binary 11011111 1101 1000011 0 1011110 1000110 1101 101011001 1011001 101110

Color Harmonies of #DF0D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0D43

Black with #DF0D43

Text Example


Text Example

White with #DF0D43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0D43; }

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

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

background-color css

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

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

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

border-color css

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

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

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