Html Css Color HEX #CF5D57 Indian Red

📋 copy color: '#CF5D57'

red 207 ◦ green 93 ◦ blue 87

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

Shades of Indian Red #CF5D57

Tints of Indian Red #CF5D57

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.03%

 BLUE value IS 87 (34.38% from 255) = 22.48%

R = 53.49%
G = 24.03%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CF5D57 (or 0xCF5D57) is known color: Indian Red. HEX triplet: CF, 5D and 57. RGB value is (207,93,87). Sum of RGB (Red+Green+Blue) = 207+93+87=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 93 (36.72% from 255 or 24.03% from 387); Blue value is 87 (34.38% from 255 or 22.48% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5D57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5D57 is #30A2A8. Grayscale: #7E7E7E. Windows color (decimal): -3187369 or 5725647. OLE color: 5725647.

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

Color convert

RGB 207 93 87 -
CMYK 0 0.55 0.58 0.19
HSL 0.56% 0.58% -
HSV(B) 0.58% 0.81% -
XYZ 31.37 21.78 11.57 -
YUV 126.4 105.77 185.49 -
System Red Green Blue C M Y K H S L
Decimal 207 93 87 0 0.55 0.58 0.19 3 0.56 0.58
Hex CF 5D 57 0 37 3A 13 3 38 3A
Octal 317 135 127 0 67 72 23 3 70 72
Binary 11001111 1011101 1010111 0 110111 111010 10011 11 111000 111010

Color Harmonies of #CF5D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5D57

Black with #CF5D57

Text Example


Text Example

White with #CF5D57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5D57; }

 p { color: rgb(207,93,87); }

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

background-color css

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

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

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

border-color css

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

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

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