Html Css Color HEX #CF5F5C Indian Red

📋 copy color: '#CF5F5C'

red 207 ◦ green 95 ◦ blue 92

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

Shades of Indian Red #CF5F5C

Tints of Indian Red #CF5F5C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.11%

 BLUE value IS 92 (36.33% from 255) = 23.35%

R = 52.54%
G = 24.11%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CF5F5C (or 0xCF5F5C) is known color: Indian Red. HEX triplet: CF, 5F and 5C. RGB value is (207,95,92). Sum of RGB (Red+Green+Blue) = 207+95+92=394 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.54% from 394); Green value is 95 (37.5% from 255 or 24.11% from 394); Blue value is 92 (36.33% from 255 or 23.35% from 394); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5F5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5F5C is #30A0A3. Grayscale: #808080. Windows color (decimal): -3186852 or 6053839. OLE color: 6053839.

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

Color convert

RGB 207 95 92 -
CMYK 0 0.54 0.56 0.19
HSL 1.57º 0.55% 0.59% -
HSV(B) 1.57º 0.56% 0.81% -
XYZ 31.76 22.22 12.74 -
YUV 128.15 107.61 184.24 -
System Red Green Blue C M Y K H S L
Decimal 207 95 92 0 0.54 0.56 0.19 1.57 0.55 0.59
Hex CF 5F 5C 0 36 38 13 2 37 3B
Octal 317 137 134 0 66 70 23 2 67 73
Binary 11001111 1011111 1011100 0 110110 111000 10011 10 110111 111011

Color Harmonies of #CF5F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5F5C

Black with #CF5F5C

Text Example


Text Example

White with #CF5F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5F5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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