Html Css Color HEX #CF5555 Indian Red

📋 copy color: '#CF5555'

red 207 ◦ green 85 ◦ blue 85

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

Shades of Indian Red #CF5555

Tints of Indian Red #CF5555

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.55%

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

R = 54.91%
G = 22.55%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CF5555 (or 0xCF5555) is known color: Indian Red. HEX triplet: CF, 55 and 55. RGB value is (207,85,85). Sum of RGB (Red+Green+Blue) = 207+85+85=377 (49% of max value = 765). Red value is 207 (81.25% from 255 or 54.91% from 377); Green value is 85 (33.59% from 255 or 22.55% from 377); Blue value is 85 (33.59% from 255 or 22.55% from 377); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5555 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5555 is #30AAAA. Grayscale: #797979. Windows color (decimal): -3189419 or 5592527. OLE color: 5592527.

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

Color convert

RGB 207 85 85 -
CMYK 0 0.59 0.59 0.19
HSL 0.56% 0.57% -
HSV(B) 0.59% 0.81% -
XYZ 30.62 20.42 10.92 -
YUV 121.48 107.42 189 -
System Red Green Blue C M Y K H S L
Decimal 207 85 85 0 0.59 0.59 0.19 0 0.56 0.57
Hex CF 55 55 0 3B 3B 13 0 38 39
Octal 317 125 125 0 73 73 23 0 70 71
Binary 11001111 1010101 1010101 0 111011 111011 10011 0 111000 111001

Color Harmonies of #CF5555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5555

Black with #CF5555

Text Example


Text Example

White with #CF5555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5555; }

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

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

background-color css

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

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

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

border-color css

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

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

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