Html Css Color HEX #D26463 Roman

📋 copy color: '#D26463'

red 210 ◦ green 100 ◦ blue 99

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

Shades of Roman #D26463

Tints of Roman #D26463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 24.21%

R = 51.34%
G = 24.45%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D26463 (or 0xD26463) is known color: Roman. HEX triplet: D2, 64 and 63. RGB value is (210,100,99). Sum of RGB (Red+Green+Blue) = 210+100+99=409 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.34% from 409); Green value is 100 (39.45% from 255 or 24.45% from 409); Blue value is 99 (39.06% from 255 or 24.21% from 409); Max value from RGB is 210 - color contains mainly: red. Hex color #D26463 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26463 is #2D9B9C. Grayscale: #848484. Windows color (decimal): -2988957 or 6513874. OLE color: 6513874.

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

Color convert

RGB 210 100 99 -
CMYK 0 0.52 0.53 0.18
HSL 0.54º 0.55% 0.61% -
HSV(B) 0.54º 0.53% 0.82% -
XYZ 33.39 23.72 14.62 -
YUV 132.78 108.94 183.08 -
System Red Green Blue C M Y K H S L
Decimal 210 100 99 0 0.52 0.53 0.18 0.54 0.55 0.61
Hex D2 64 63 0 34 35 12 1 37 3D
Octal 322 144 143 0 64 65 22 1 67 75
Binary 11010010 1100100 1100011 0 110100 110101 10010 1 110111 111101

Color Harmonies of #D26463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26463

Black with #D26463

Text Example


Text Example

White with #D26463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26463; }

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

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

background-color css

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

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

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

border-color css

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

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

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