Html Css Color HEX #DF0B32 Crimson

📋 copy color: '#DF0B32'

red 223 ◦ green 11 ◦ blue 50

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

Shades of Crimson #DF0B32

Tints of Crimson #DF0B32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.61%

R = 78.52%
G = 3.87%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DF0B32 (or 0xDF0B32) is known color: Crimson. HEX triplet: DF, 0B and 32. RGB value is (223,11,50). Sum of RGB (Red+Green+Blue) = 223+11+50=284 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.52% from 284); Green value is 11 (4.69% from 255 or 3.87% from 284); Blue value is 50 (19.92% from 255 or 17.61% from 284); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0B32 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0B32 is #20F4CD. Grayscale: #4E4E4E. Windows color (decimal): -2159822 or 3279839. OLE color: 3279839.

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

Color convert

RGB 223 11 50 -
CMYK 0 0.95 0.78 0.13
HSL 348.96º 0.91% 0.46% -
HSV(B) 348.96º 0.95% 0.87% -
XYZ 31.13 16.16 4.5 -
YUV 78.83 111.74 230.83 -
System Red Green Blue C M Y K H S L
Decimal 223 11 50 0 0.95 0.78 0.13 348.96 0.91 0.46
Hex DF B 32 0 5F 4E D 15D 5B 2E
Octal 337 13 62 0 137 116 15 535 133 56
Binary 11011111 1011 110010 0 1011111 1001110 1101 101011101 1011011 101110

Color Harmonies of #DF0B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0B32

Black with #DF0B32

Text Example


Text Example

White with #DF0B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0B32; }

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

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

background-color css

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

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

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

border-color css

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

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

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