Html Css Color HEX #D26461 Roman

📋 copy color: '#D26461'

red 210 ◦ green 100 ◦ blue 97

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

Shades of Roman #D26461

Tints of Roman #D26461

RGB

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

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

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

R = 51.6%
G = 24.57%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D26461 (or 0xD26461) is known color: Roman. HEX triplet: D2, 64 and 61. RGB value is (210,100,97). Sum of RGB (Red+Green+Blue) = 210+100+97=407 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.60% from 407); Green value is 100 (39.45% from 255 or 24.57% from 407); Blue value is 97 (38.28% from 255 or 23.83% from 407); Max value from RGB is 210 - color contains mainly: red. Hex color #D26461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26461 is #2D9B9E. Grayscale: #848484. Windows color (decimal): -2988959 or 6382802. OLE color: 6382802.

HSL color Cylindrical-coordinate representation of color #D26461: hue angle of 1.59º 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 #D26461 is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 100 97 -
CMYK 0 0.52 0.54 0.18
HSL 1.59º 0.56% 0.6% -
HSV(B) 1.59º 0.54% 0.82% -
XYZ 33.29 23.68 14.13 -
YUV 132.55 107.94 183.24 -
System Red Green Blue C M Y K H S L
Decimal 210 100 97 0 0.52 0.54 0.18 1.59 0.56 0.6
Hex D2 64 61 0 34 36 12 2 38 3C
Octal 322 144 141 0 64 66 22 2 70 74
Binary 11010010 1100100 1100001 0 110100 110110 10010 10 111000 111100

Color Harmonies of #D26461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26461

Black with #D26461

Text Example


Text Example

White with #D26461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26461; }

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

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

background-color css

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

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

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

border-color css

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

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

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