Html Css Color HEX #DF0036 Crimson

📋 copy color: '#DF0036'

red 223 ◦ green 0 ◦ blue 54

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

Shades of Crimson #DF0036

Tints of Crimson #DF0036

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 80.51%
G = 0%
B = 19.49%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DF0036 (or 0xDF0036) is known color: Crimson. HEX triplet: DF, 00 and 36. RGB value is (223,0,54). Sum of RGB (Red+Green+Blue) = 223+0+54=277 (36% of max value = 765). Red value is 223 (87.5% from 255 or 80.51% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 54 (21.48% from 255 or 19.49% from 277); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0036 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0036 is #20FFC9. Grayscale: #484848. Windows color (decimal): -2162634 or 3539167. OLE color: 3539167.

HSL color Cylindrical-coordinate representation of color #DF0036: hue angle of 345.47º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF0036 is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 0 54 -
CMYK 0 1 0.76 0.13
HSL 345.47º 1% 0.44% -
HSV(B) 345.47º 1% 0.87% -
XYZ 31.1 15.95 4.93 -
YUV 72.83 117.38 235.11 -
System Red Green Blue C M Y K H S L
Decimal 223 0 54 0 1 0.76 0.13 345.47 1 0.44
Hex DF 0 36 0 64 4C D 159 64 2C
Octal 337 0 66 0 144 114 15 531 144 54
Binary 11011111 0 110110 0 1100100 1001100 1101 101011001 1100100 101100

Color Harmonies of #DF0036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0036

Black with #DF0036

Text Example


Text Example

White with #DF0036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0036; }

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

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

background-color css

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

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

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

border-color css

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

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

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