Html Css Color HEX #DF0736 Crimson

📋 copy color: '#DF0736'

red 223 ◦ green 7 ◦ blue 54

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

Shades of Crimson #DF0736

Tints of Crimson #DF0736

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.46%

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

R = 78.52%
G = 2.46%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DF0736 (or 0xDF0736) is known color: Crimson. HEX triplet: DF, 07 and 36. RGB value is (223,7,54). Sum of RGB (Red+Green+Blue) = 223+7+54=284 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.52% from 284); Green value is 7 (3.12% from 255 or 2.46% from 284); Blue value is 54 (21.48% from 255 or 19.01% from 284); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0736 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0736 is #20F8C9. Grayscale: #4C4C4C. Windows color (decimal): -2160842 or 3540959. OLE color: 3540959.

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

Color convert

RGB 223 7 54 -
CMYK 0 0.97 0.76 0.13
HSL 346.94º 0.94% 0.45% -
HSV(B) 346.94º 0.97% 0.87% -
XYZ 31.17 16.11 4.96 -
YUV 76.94 115.06 232.18 -
System Red Green Blue C M Y K H S L
Decimal 223 7 54 0 0.97 0.76 0.13 346.94 0.94 0.45
Hex DF 7 36 0 61 4C D 15B 5E 2D
Octal 337 7 66 0 141 114 15 533 136 55
Binary 11011111 111 110110 0 1100001 1001100 1101 101011011 1011110 101101

Color Harmonies of #DF0736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0736

Black with #DF0736

Text Example


Text Example

White with #DF0736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0736; }

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

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

background-color css

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

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

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

border-color css

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

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

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