Html Css Color HEX #DF0D4B Crimson

📋 copy color: '#DF0D4B'

red 223 ◦ green 13 ◦ blue 75

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

Shades of Crimson #DF0D4B

Tints of Crimson #DF0D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.12%

R = 71.7%
G = 4.18%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DF0D4B (or 0xDF0D4B) is known color: Crimson. HEX triplet: DF, 0D and 4B. RGB value is (223,13,75). Sum of RGB (Red+Green+Blue) = 223+13+75=311 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.70% from 311); Green value is 13 (5.47% from 255 or 4.18% from 311); Blue value is 75 (29.69% from 255 or 24.12% from 311); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0D4B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0D4B is #20F2B4. Grayscale: #525252. Windows color (decimal): -2159285 or 4918751. OLE color: 4918751.

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

Color convert

RGB 223 13 75 -
CMYK 0 0.94 0.66 0.13
HSL 342.29º 0.89% 0.46% -
HSV(B) 342.29º 0.94% 0.87% -
XYZ 31.85 16.48 8.16 -
YUV 82.86 123.57 227.96 -
System Red Green Blue C M Y K H S L
Decimal 223 13 75 0 0.94 0.66 0.13 342.29 0.89 0.46
Hex DF D 4B 0 5E 42 D 156 59 2E
Octal 337 15 113 0 136 102 15 526 131 56
Binary 11011111 1101 1001011 0 1011110 1000010 1101 101010110 1011001 101110

Color Harmonies of #DF0D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0D4B

Black with #DF0D4B

Text Example


Text Example

White with #DF0D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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