Html Css Color HEX #DF0B45 Crimson

📋 copy color: '#DF0B45'

red 223 ◦ green 11 ◦ blue 69

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

Shades of Crimson #DF0B45

Tints of Crimson #DF0B45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.77%

R = 73.6%
G = 3.63%
B = 22.77%

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

#DF0B45 (or 0xDF0B45) is known color: Crimson. HEX triplet: DF, 0B and 45. RGB value is (223,11,69). Sum of RGB (Red+Green+Blue) = 223+11+69=303 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.60% from 303); Green value is 11 (4.69% from 255 or 3.63% from 303); Blue value is 69 (27.34% from 255 or 22.77% from 303); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0B45 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0B45 is #20F4BA. Grayscale: #505050. Windows color (decimal): -2159803 or 4525023. OLE color: 4525023.

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

Color convert

RGB 223 11 69 -
CMYK 0 0.95 0.69 0.13
HSL 343.58º 0.91% 0.46% -
HSV(B) 343.58º 0.95% 0.87% -
XYZ 31.63 16.36 7.12 -
YUV 81 121.24 229.28 -
System Red Green Blue C M Y K H S L
Decimal 223 11 69 0 0.95 0.69 0.13 343.58 0.91 0.46
Hex DF B 45 0 5F 45 D 158 5B 2E
Octal 337 13 105 0 137 105 15 530 133 56
Binary 11011111 1011 1000101 0 1011111 1000101 1101 101011000 1011011 101110

Color Harmonies of #DF0B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0B45

Black with #DF0B45

Text Example


Text Example

White with #DF0B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0B45; }

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

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

background-color css

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

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

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

border-color css

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

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

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