Html Css Color HEX #DD6360 Roman

📋 copy color: '#DD6360'

red 221 ◦ green 99 ◦ blue 96

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

Shades of Roman #DD6360

Tints of Roman #DD6360

RGB

 RED value IS 221 (86.72% from 255) = 53.13%

 GREEN value IS 99 (39.06% from 255) = 23.8%

 BLUE value IS 96 (37.89% from 255) = 23.08%

R = 53.13%
G = 23.8%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD6360 (or 0xDD6360) is known color: Roman. HEX triplet: DD, 63 and 60. RGB value is (221,99,96). Sum of RGB (Red+Green+Blue) = 221+99+96=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 99 (39.06% from 255 or 23.80% from 416); Blue value is 96 (37.89% from 255 or 23.08% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6360 is #229C9F. Grayscale: #878787. Windows color (decimal): -2268320 or 6317021. OLE color: 6317021.

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

Color convert

RGB 221 99 96 -
CMYK 0 0.55 0.57 0.13
HSL 1.44º 0.65% 0.62% -
HSV(B) 1.44º 0.57% 0.87% -
XYZ 36.39 25.14 14 -
YUV 135.14 105.92 189.24 -
System Red Green Blue C M Y K H S L
Decimal 221 99 96 0 0.55 0.57 0.13 1.44 0.65 0.62
Hex DD 63 60 0 37 39 D 1 41 3E
Octal 335 143 140 0 67 71 15 1 101 76
Binary 11011101 1100011 1100000 0 110111 111001 1101 1 1000001 111110

Color Harmonies of #DD6360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6360

Black with #DD6360

Text Example


Text Example

White with #DD6360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6360; }

 p { color: rgb(221,99,96); }

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

background-color css

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

 a { background-color: rgb(221,99,96); }

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

border-color css

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

 span { border-color: rgb(221,99,96); }

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