Html Css Color HEX #DF0B37 Crimson

📋 copy color: '#DF0B37'

red 223 ◦ green 11 ◦ blue 55

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

Shades of Crimson #DF0B37

Tints of Crimson #DF0B37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 19.03%

R = 77.16%
G = 3.81%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DF0B37 (or 0xDF0B37) is known color: Crimson. HEX triplet: DF, 0B and 37. RGB value is (223,11,55). Sum of RGB (Red+Green+Blue) = 223+11+55=289 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.16% from 289); Green value is 11 (4.69% from 255 or 3.81% from 289); Blue value is 55 (21.88% from 255 or 19.03% from 289); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0B37 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0B37 is #20F4C8. Grayscale: #4F4F4F. Windows color (decimal): -2159817 or 3607519. OLE color: 3607519.

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

Color convert

RGB 223 11 55 -
CMYK 0 0.95 0.75 0.13
HSL 347.55º 0.91% 0.46% -
HSV(B) 347.55º 0.95% 0.87% -
XYZ 31.24 16.2 5.1 -
YUV 79.4 114.24 230.42 -
System Red Green Blue C M Y K H S L
Decimal 223 11 55 0 0.95 0.75 0.13 347.55 0.91 0.46
Hex DF B 37 0 5F 4B D 15C 5B 2E
Octal 337 13 67 0 137 113 15 534 133 56
Binary 11011111 1011 110111 0 1011111 1001011 1101 101011100 1011011 101110

Color Harmonies of #DF0B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0B37

Black with #DF0B37

Text Example


Text Example

White with #DF0B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0B37; }

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

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

background-color css

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

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

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

border-color css

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

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

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