Html Css Color HEX #D26355 Roman

📋 copy color: '#D26355'

red 210 ◦ green 99 ◦ blue 85

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

Shades of Roman #D26355

Tints of Roman #D26355

RGB

 RED value IS 210 (82.42% from 255) = 53.3%

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

 BLUE value IS 85 (33.59% from 255) = 21.57%

R = 53.3%
G = 25.13%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D26355 (or 0xD26355) is known color: Roman. HEX triplet: D2, 63 and 55. RGB value is (210,99,85). Sum of RGB (Red+Green+Blue) = 210+99+85=394 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.30% from 394); Green value is 99 (39.06% from 255 or 25.13% from 394); Blue value is 85 (33.59% from 255 or 21.57% from 394); Max value from RGB is 210 - color contains mainly: red. Hex color #D26355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26355 is #2D9CAA. Grayscale: #828282. Windows color (decimal): -2989227 or 5596114. OLE color: 5596114.

HSL color Cylindrical-coordinate representation of color #D26355: hue angle of 6.72º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D26355 is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 99 85 -
CMYK 0 0.53 0.60 0.18
HSL 6.72º 0.58% 0.58% -
HSV(B) 6.72º 0.6% 0.82% -
XYZ 32.68 23.28 11.37 -
YUV 130.59 102.27 184.64 -
System Red Green Blue C M Y K H S L
Decimal 210 99 85 0 0.53 0.60 0.18 6.72 0.58 0.58
Hex D2 63 55 0 35 3C 12 7 3A 3A
Octal 322 143 125 0 65 74 22 7 72 72
Binary 11010010 1100011 1010101 0 110101 111100 10010 111 111010 111010

Color Harmonies of #D26355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26355

Black with #D26355

Text Example


Text Example

White with #D26355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26355; }

 p { color: rgb(210,99,85); }

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

background-color css

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

 a { background-color: rgb(210,99,85); }

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

border-color css

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

 span { border-color: rgb(210,99,85); }

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