Html Css Color HEX #D26361 Roman

📋 copy color: '#D26361'

red 210 ◦ green 99 ◦ blue 97

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

Shades of Roman #D26361

Tints of Roman #D26361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 23.89%

R = 51.72%
G = 24.38%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D26361 (or 0xD26361) is known color: Roman. HEX triplet: D2, 63 and 61. RGB value is (210,99,97). Sum of RGB (Red+Green+Blue) = 210+99+97=406 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.72% from 406); Green value is 99 (39.06% from 255 or 24.38% from 406); Blue value is 97 (38.28% from 255 or 23.89% from 406); Max value from RGB is 210 - color contains mainly: red. Hex color #D26361 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26361 is #2D9C9E. Grayscale: #848484. Windows color (decimal): -2989215 or 6382546. OLE color: 6382546.

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

Color convert

RGB 210 99 97 -
CMYK 0 0.53 0.54 0.18
HSL 1.06º 0.56% 0.6% -
HSV(B) 1.06º 0.54% 0.82% -
XYZ 33.2 23.49 14.09 -
YUV 131.96 108.27 183.66 -
System Red Green Blue C M Y K H S L
Decimal 210 99 97 0 0.53 0.54 0.18 1.06 0.56 0.6
Hex D2 63 61 0 35 36 12 1 38 3C
Octal 322 143 141 0 65 66 22 1 70 74
Binary 11010010 1100011 1100001 0 110101 110110 10010 1 111000 111100

Color Harmonies of #D26361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26361

Black with #D26361

Text Example


Text Example

White with #D26361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26361; }

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

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

background-color css

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

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

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

border-color css

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

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

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