Html Css Color HEX #CF5957 Indian Red

📋 copy color: '#CF5957'

red 207 ◦ green 89 ◦ blue 87

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

Shades of Indian Red #CF5957

Tints of Indian Red #CF5957

RGB

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

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

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

R = 54.05%
G = 23.24%
B = 22.72%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CF5957 (or 0xCF5957) is known color: Indian Red. HEX triplet: CF, 59 and 57. RGB value is (207,89,87). Sum of RGB (Red+Green+Blue) = 207+89+87=383 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.05% from 383); Green value is 89 (35.16% from 255 or 23.24% from 383); Blue value is 87 (34.38% from 255 or 22.72% from 383); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5957 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5957 is #30A6A8. Grayscale: #7C7C7C. Windows color (decimal): -3188393 or 5724623. OLE color: 5724623.

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

Color convert

RGB 207 89 87 -
CMYK 0 0.57 0.58 0.19
HSL 0.56% 0.58% -
HSV(B) 0.58% 0.81% -
XYZ 31.02 21.1 11.45 -
YUV 124.05 107.09 187.16 -
System Red Green Blue C M Y K H S L
Decimal 207 89 87 0 0.57 0.58 0.19 1 0.56 0.58
Hex CF 59 57 0 39 3A 13 1 38 3A
Octal 317 131 127 0 71 72 23 1 70 72
Binary 11001111 1011001 1010111 0 111001 111010 10011 1 111000 111010

Color Harmonies of #CF5957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5957

Black with #CF5957

Text Example


Text Example

White with #CF5957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5957; }

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

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

background-color css

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

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

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

border-color css

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

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

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