Html Css Color HEX #DF6464 Roman

📋 copy color: '#DF6464'

red 223 ◦ green 100 ◦ blue 100

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

Shades of Roman #DF6464

Tints of Roman #DF6464

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.64%

 BLUE value IS 100 (39.45% from 255) = 23.64%

R = 52.72%
G = 23.64%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DF6464 (or 0xDF6464) is known color: Roman. HEX triplet: DF, 64 and 64. RGB value is (223,100,100). Sum of RGB (Red+Green+Blue) = 223+100+100=423 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.72% from 423); Green value is 100 (39.45% from 255 or 23.64% from 423); Blue value is 100 (39.45% from 255 or 23.64% from 423); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6464 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6464 is #209B9B. Grayscale: #888888. Windows color (decimal): -2136988 or 6579423. OLE color: 6579423.

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

Color convert

RGB 223 100 100 -
CMYK 0 0.55 0.55 0.13
HSL 0.66% 0.63% -
HSV(B) 0.55% 0.87% -
XYZ 37.29 25.72 15.06 -
YUV 136.78 107.25 189.5 -
System Red Green Blue C M Y K H S L
Decimal 223 100 100 0 0.55 0.55 0.13 0 0.66 0.63
Hex DF 64 64 0 37 37 D 0 42 3F
Octal 337 144 144 0 67 67 15 0 102 77
Binary 11011111 1100100 1100100 0 110111 110111 1101 0 1000010 111111

Color Harmonies of #DF6464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6464

Black with #DF6464

Text Example


Text Example

White with #DF6464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6464; }

 p { color: rgb(223,100,100); }

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

background-color css

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

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

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

border-color css

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

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

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