Html Css Color HEX #CF615B Indian Red

📋 copy color: '#CF615B'

red 207 ◦ green 97 ◦ blue 91

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

Shades of Indian Red #CF615B

Tints of Indian Red #CF615B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.56%

 BLUE value IS 91 (35.94% from 255) = 23.04%

R = 52.41%
G = 24.56%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CF615B (or 0xCF615B) is known color: Indian Red. HEX triplet: CF, 61 and 5B. RGB value is (207,97,91). Sum of RGB (Red+Green+Blue) = 207+97+91=395 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.41% from 395); Green value is 97 (38.28% from 255 or 24.56% from 395); Blue value is 91 (35.94% from 255 or 23.04% from 395); Max value from RGB is 207 - color contains mainly: red. Hex color #CF615B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF615B is #309EA4. Grayscale: #818181. Windows color (decimal): -3186341 or 5988815. OLE color: 5988815.

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

Color convert

RGB 207 97 91 -
CMYK 0 0.53 0.56 0.19
HSL 3.1º 0.55% 0.58% -
HSV(B) 3.1º 0.56% 0.81% -
XYZ 31.9 22.57 12.57 -
YUV 129.21 106.44 183.49 -
System Red Green Blue C M Y K H S L
Decimal 207 97 91 0 0.53 0.56 0.19 3.1 0.55 0.58
Hex CF 61 5B 0 35 38 13 3 37 3A
Octal 317 141 133 0 65 70 23 3 67 72
Binary 11001111 1100001 1011011 0 110101 111000 10011 11 110111 111010

Color Harmonies of #CF615B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF615B

Black with #CF615B

Text Example


Text Example

White with #CF615B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF615B; }

 p { color: rgb(207,97,91); }

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

background-color css

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

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

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

border-color css

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

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

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