Html Css Color HEX #D65A5A Indian Red

📋 copy color: '#D65A5A'

red 214 ◦ green 90 ◦ blue 90

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

Shades of Indian Red #D65A5A

Tints of Indian Red #D65A5A

RGB

 RED value IS 214 (83.98% from 255) = 54.31%

 GREEN value IS 90 (35.55% from 255) = 22.84%

 BLUE value IS 90 (35.55% from 255) = 22.84%

R = 54.31%
G = 22.84%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D65A5A (or 0xD65A5A) is known color: Indian Red. HEX triplet: D6, 5A and 5A. RGB value is (214,90,90). Sum of RGB (Red+Green+Blue) = 214+90+90=394 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.31% from 394); Green value is 90 (35.55% from 255 or 22.84% from 394); Blue value is 90 (35.55% from 255 or 22.84% from 394); Max value from RGB is 214 - color contains mainly: red. Hex color #D65A5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65A5A is #29A5A5. Grayscale: #7F7F7F. Windows color (decimal): -2729382 or 5921494. OLE color: 5921494.

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

Color convert

RGB 214 90 90 -
CMYK 0 0.58 0.58 0.16
HSL 0.6% 0.6% -
HSV(B) 0.58% 0.84% -
XYZ 33.23 22.35 12.23 -
YUV 127.08 107.08 190 -
System Red Green Blue C M Y K H S L
Decimal 214 90 90 0 0.58 0.58 0.16 0 0.6 0.6
Hex D6 5A 5A 0 3A 3A 10 0 3C 3C
Octal 326 132 132 0 72 72 20 0 74 74
Binary 11010110 1011010 1011010 0 111010 111010 10000 0 111100 111100

Color Harmonies of #D65A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65A5A

Black with #D65A5A

Text Example


Text Example

White with #D65A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65A5A; }

 p { color: rgb(214,90,90); }

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

background-color css

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

 a { background-color: rgb(214,90,90); }

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

border-color css

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

 span { border-color: rgb(214,90,90); }

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