Html Css Color HEX #DF0B36 Crimson

📋 copy color: '#DF0B36'

red 223 ◦ green 11 ◦ blue 54

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

Shades of Crimson #DF0B36

Tints of Crimson #DF0B36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 18.75%

R = 77.43%
G = 3.82%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DF0B36 (or 0xDF0B36) is known color: Crimson. HEX triplet: DF, 0B and 36. RGB value is (223,11,54). Sum of RGB (Red+Green+Blue) = 223+11+54=288 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.43% from 288); Green value is 11 (4.69% from 255 or 3.82% from 288); Blue value is 54 (21.48% from 255 or 18.75% from 288); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0B36 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0B36 is #20F4C9. Grayscale: #4F4F4F. Windows color (decimal): -2159818 or 3541983. OLE color: 3541983.

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

Color convert

RGB 223 11 54 -
CMYK 0 0.95 0.76 0.13
HSL 347.83º 0.91% 0.46% -
HSV(B) 347.83º 0.95% 0.87% -
XYZ 31.22 16.19 4.97 -
YUV 79.29 113.74 230.5 -
System Red Green Blue C M Y K H S L
Decimal 223 11 54 0 0.95 0.76 0.13 347.83 0.91 0.46
Hex DF B 36 0 5F 4C D 15C 5B 2E
Octal 337 13 66 0 137 114 15 534 133 56
Binary 11011111 1011 110110 0 1011111 1001100 1101 101011100 1011011 101110

Color Harmonies of #DF0B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0B36

Black with #DF0B36

Text Example


Text Example

White with #DF0B36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0B36; }

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

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

background-color css

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

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

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

border-color css

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

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

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