Html Css Color HEX #DF0D2B Crimson

📋 copy color: '#DF0D2B'

red 223 ◦ green 13 ◦ blue 43

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

Shades of Crimson #DF0D2B

Tints of Crimson #DF0D2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.41%

R = 79.93%
G = 4.66%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DF0D2B (or 0xDF0D2B) is known color: Crimson. HEX triplet: DF, 0D and 2B. RGB value is (223,13,43). Sum of RGB (Red+Green+Blue) = 223+13+43=279 (36% of max value = 765). Red value is 223 (87.5% from 255 or 79.93% from 279); Green value is 13 (5.47% from 255 or 4.66% from 279); Blue value is 43 (17.19% from 255 or 15.41% from 279); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0D2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0D2B is #20F2D4. Grayscale: #4F4F4F. Windows color (decimal): -2159317 or 2821599. OLE color: 2821599.

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

Color convert

RGB 223 13 43 -
CMYK 0 0.94 0.81 0.13
HSL 351.43º 0.89% 0.46% -
HSV(B) 351.43º 0.94% 0.87% -
XYZ 31.01 16.15 3.77 -
YUV 79.21 107.57 230.56 -
System Red Green Blue C M Y K H S L
Decimal 223 13 43 0 0.94 0.81 0.13 351.43 0.89 0.46
Hex DF D 2B 0 5E 51 D 15F 59 2E
Octal 337 15 53 0 136 121 15 537 131 56
Binary 11011111 1101 101011 0 1011110 1010001 1101 101011111 1011001 101110

Color Harmonies of #DF0D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0D2B

Black with #DF0D2B

Text Example


Text Example

White with #DF0D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0D2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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