Html Css Color HEX #CF5959 Indian Red

📋 copy color: '#CF5959'

red 207 ◦ green 89 ◦ blue 89

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

Shades of Indian Red #CF5959

Tints of Indian Red #CF5959

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.12%

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

R = 53.77%
G = 23.12%
B = 23.12%

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

#CF5959 (or 0xCF5959) is known color: Indian Red. HEX triplet: CF, 59 and 59. RGB value is (207,89,89). Sum of RGB (Red+Green+Blue) = 207+89+89=385 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.77% from 385); Green value is 89 (35.16% from 255 or 23.12% from 385); Blue value is 89 (35.16% from 255 or 23.12% from 385); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5959 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5959 is #30A6A6. Grayscale: #7C7C7C. Windows color (decimal): -3188391 or 5855695. OLE color: 5855695.

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

Color convert

RGB 207 89 89 -
CMYK 0 0.57 0.57 0.19
HSL 0.55% 0.58% -
HSV(B) 0.57% 0.81% -
XYZ 31.11 21.13 11.89 -
YUV 124.28 108.09 187 -
System Red Green Blue C M Y K H S L
Decimal 207 89 89 0 0.57 0.57 0.19 0 0.55 0.58
Hex CF 59 59 0 39 39 13 0 37 3A
Octal 317 131 131 0 71 71 23 0 67 72
Binary 11001111 1011001 1011001 0 111001 111001 10011 0 110111 111010

Color Harmonies of #CF5959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5959

Black with #CF5959

Text Example


Text Example

White with #CF5959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5959; }

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

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

background-color css

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

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

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

border-color css

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

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

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