Html Css Color HEX #CF5D56 Indian Red

📋 copy color: '#CF5D56'

red 207 ◦ green 93 ◦ blue 86

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

Shades of Indian Red #CF5D56

Tints of Indian Red #CF5D56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 22.28%

R = 53.63%
G = 24.09%
B = 22.28%

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

#CF5D56 (or 0xCF5D56) is known color: Indian Red. HEX triplet: CF, 5D and 56. RGB value is (207,93,86). Sum of RGB (Red+Green+Blue) = 207+93+86=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 93 (36.72% from 255 or 24.09% from 386); Blue value is 86 (33.98% from 255 or 22.28% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5D56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5D56 is #30A2A9. Grayscale: #7E7E7E. Windows color (decimal): -3187370 or 5660111. OLE color: 5660111.

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

Color convert

RGB 207 93 86 -
CMYK 0 0.55 0.58 0.19
HSL 3.47º 0.56% 0.57% -
HSV(B) 3.47º 0.58% 0.81% -
XYZ 31.33 21.77 11.35 -
YUV 126.29 105.27 185.57 -
System Red Green Blue C M Y K H S L
Decimal 207 93 86 0 0.55 0.58 0.19 3.47 0.56 0.57
Hex CF 5D 56 0 37 3A 13 3 38 39
Octal 317 135 126 0 67 72 23 3 70 71
Binary 11001111 1011101 1010110 0 110111 111010 10011 11 111000 111001

Color Harmonies of #CF5D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5D56

Black with #CF5D56

Text Example


Text Example

White with #CF5D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5D56; }

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

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

background-color css

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

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

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

border-color css

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

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

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