Html Css Color HEX #DF0B46 Crimson

📋 copy color: '#DF0B46'

red 223 ◦ green 11 ◦ blue 70

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

Shades of Crimson #DF0B46

Tints of Crimson #DF0B46

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.62%

 BLUE value IS 70 (27.73% from 255) = 23.03%

R = 73.36%
G = 3.62%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DF0B46 (or 0xDF0B46) is known color: Crimson. HEX triplet: DF, 0B and 46. RGB value is (223,11,70). Sum of RGB (Red+Green+Blue) = 223+11+70=304 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.36% from 304); Green value is 11 (4.69% from 255 or 3.62% from 304); Blue value is 70 (27.73% from 255 or 23.03% from 304); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0B46 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0B46 is #20F4B9. Grayscale: #515151. Windows color (decimal): -2159802 or 4590559. OLE color: 4590559.

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

Color convert

RGB 223 11 70 -
CMYK 0 0.95 0.69 0.13
HSL 343.3º 0.91% 0.46% -
HSV(B) 343.3º 0.95% 0.87% -
XYZ 31.66 16.37 7.29 -
YUV 81.11 121.74 229.2 -
System Red Green Blue C M Y K H S L
Decimal 223 11 70 0 0.95 0.69 0.13 343.3 0.91 0.46
Hex DF B 46 0 5F 45 D 157 5B 2E
Octal 337 13 106 0 137 105 15 527 133 56
Binary 11011111 1011 1000110 0 1011111 1000101 1101 101010111 1011011 101110

Color Harmonies of #DF0B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0B46

Black with #DF0B46

Text Example


Text Example

White with #DF0B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0B46; }

 p { color: rgb(223,11,70); }

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

background-color css

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

 a { background-color: rgb(223,11,70); }

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

border-color css

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

 span { border-color: rgb(223,11,70); }

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