Html Css Color HEX #CF5A59 Indian Red

📋 copy color: '#CF5A59'

red 207 ◦ green 90 ◦ blue 89

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

Shades of Indian Red #CF5A59

Tints of Indian Red #CF5A59

RGB

 RED value IS 207 (81.25% from 255) = 53.63%

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

 BLUE value IS 89 (35.16% from 255) = 23.06%

R = 53.63%
G = 23.32%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CF5A59 (or 0xCF5A59) is known color: Indian Red. HEX triplet: CF, 5A and 59. RGB value is (207,90,89). Sum of RGB (Red+Green+Blue) = 207+90+89=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 90 (35.55% from 255 or 23.32% from 386); Blue value is 89 (35.16% from 255 or 23.06% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5A59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5A59 is #30A5A6. Grayscale: #7C7C7C. Windows color (decimal): -3188135 or 5855951. OLE color: 5855951.

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

Color convert

RGB 207 90 89 -
CMYK 0 0.57 0.57 0.19
HSL 0.51º 0.55% 0.58% -
HSV(B) 0.51º 0.57% 0.81% -
XYZ 31.19 21.3 11.92 -
YUV 124.87 107.76 186.58 -
System Red Green Blue C M Y K H S L
Decimal 207 90 89 0 0.57 0.57 0.19 0.51 0.55 0.58
Hex CF 5A 59 0 39 39 13 1 37 3A
Octal 317 132 131 0 71 71 23 1 67 72
Binary 11001111 1011010 1011001 0 111001 111001 10011 1 110111 111010

Color Harmonies of #CF5A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5A59

Black with #CF5A59

Text Example


Text Example

White with #CF5A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5A59; }

 p { color: rgb(207,90,89); }

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

background-color css

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

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

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

border-color css

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

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

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