Html Css Color HEX #CF615E Indian Red

📋 copy color: '#CF615E'

red 207 ◦ green 97 ◦ blue 94

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

Shades of Indian Red #CF615E

Tints of Indian Red #CF615E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.62%

R = 52.01%
G = 24.37%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CF615E (or 0xCF615E) is known color: Indian Red. HEX triplet: CF, 61 and 5E. RGB value is (207,97,94). Sum of RGB (Red+Green+Blue) = 207+97+94=398 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.01% from 398); Green value is 97 (38.28% from 255 or 24.37% from 398); Blue value is 94 (37.11% from 255 or 23.62% from 398); Max value from RGB is 207 - color contains mainly: red. Hex color #CF615E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF615E is #309EA1. Grayscale: #818181. Windows color (decimal): -3186338 or 6185423. OLE color: 6185423.

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

Color convert

RGB 207 97 94 -
CMYK 0 0.53 0.55 0.19
HSL 1.59º 0.54% 0.59% -
HSV(B) 1.59º 0.55% 0.81% -
XYZ 32.03 22.62 13.27 -
YUV 129.55 107.94 183.24 -
System Red Green Blue C M Y K H S L
Decimal 207 97 94 0 0.53 0.55 0.19 1.59 0.54 0.59
Hex CF 61 5E 0 35 37 13 2 36 3B
Octal 317 141 136 0 65 67 23 2 66 73
Binary 11001111 1100001 1011110 0 110101 110111 10011 10 110110 111011

Color Harmonies of #CF615E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF615E

Black with #CF615E

Text Example


Text Example

White with #CF615E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF615E; }

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

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

background-color css

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

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

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

border-color css

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

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

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