Html Css Color HEX #CF5C58 Indian Red

📋 copy color: '#CF5C58'

red 207 ◦ green 92 ◦ blue 88

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

Shades of Indian Red #CF5C58

Tints of Indian Red #CF5C58

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.77%

 BLUE value IS 88 (34.77% from 255) = 22.74%

R = 53.49%
G = 23.77%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CF5C58 (or 0xCF5C58) is known color: Indian Red. HEX triplet: CF, 5C and 58. RGB value is (207,92,88). Sum of RGB (Red+Green+Blue) = 207+92+88=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 92 (36.33% from 255 or 23.77% from 387); Blue value is 88 (34.77% from 255 or 22.74% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5C58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5C58 is #30A3A7. Grayscale: #7E7E7E. Windows color (decimal): -3187624 or 5790927. OLE color: 5790927.

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

Color convert

RGB 207 92 88 -
CMYK 0 0.56 0.57 0.19
HSL 2.02º 0.55% 0.58% -
HSV(B) 2.02º 0.57% 0.81% -
XYZ 31.32 21.62 11.76 -
YUV 125.93 106.6 185.83 -
System Red Green Blue C M Y K H S L
Decimal 207 92 88 0 0.56 0.57 0.19 2.02 0.55 0.58
Hex CF 5C 58 0 38 39 13 2 37 3A
Octal 317 134 130 0 70 71 23 2 67 72
Binary 11001111 1011100 1011000 0 111000 111001 10011 10 110111 111010

Color Harmonies of #CF5C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5C58

Black with #CF5C58

Text Example


Text Example

White with #CF5C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5C58; }

 p { color: rgb(207,92,88); }

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

background-color css

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

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

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

border-color css

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

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

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