Html Css Color HEX #CF5955 Indian Red

📋 copy color: '#CF5955'

red 207 ◦ green 89 ◦ blue 85

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

Shades of Indian Red #CF5955

Tints of Indian Red #CF5955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 22.31%

R = 54.33%
G = 23.36%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CF5955 (or 0xCF5955) is known color: Indian Red. HEX triplet: CF, 59 and 55. RGB value is (207,89,85). Sum of RGB (Red+Green+Blue) = 207+89+85=381 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.33% from 381); Green value is 89 (35.16% from 255 or 23.36% from 381); Blue value is 85 (33.59% from 255 or 22.31% from 381); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5955 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5955 is #30A6AA. Grayscale: #7B7B7B. Windows color (decimal): -3188395 or 5593551. OLE color: 5593551.

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

Color convert

RGB 207 89 85 -
CMYK 0 0.57 0.59 0.19
HSL 1.97º 0.56% 0.57% -
HSV(B) 1.97º 0.59% 0.81% -
XYZ 30.94 21.07 11.03 -
YUV 123.83 106.09 187.33 -
System Red Green Blue C M Y K H S L
Decimal 207 89 85 0 0.57 0.59 0.19 1.97 0.56 0.57
Hex CF 59 55 0 39 3B 13 2 38 39
Octal 317 131 125 0 71 73 23 2 70 71
Binary 11001111 1011001 1010101 0 111001 111011 10011 10 111000 111001

Color Harmonies of #CF5955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5955

Black with #CF5955

Text Example


Text Example

White with #CF5955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5955; }

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

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

background-color css

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

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

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

border-color css

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

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

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